-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console directory appears in the root of my consumer project #366
Comments
Why the default value is outside of |
|
Having the translations appear in root seems like an oversight. I understand the desire to allow application-level translations, but |
When having custom commands you have to add translations. Even to console-en. I consider As it is similar to drupal scaffold I can live with it. (my 2 cents) |
@clemens-tolboom Regarding Drupal scaffold is different in a way that it once per project, but this project is required during composer install on each build (and the translation directory is created as well). As I mentioned, the implication of this change are huge - I have to patch all projects using console to exclude this directory. |
@AlexSkrypnyk @clemens-tolboom @RobLoach This was related to an old PR composer/installers#311 merged to the But got fixed on latest release of the drupal-console project |
Continuing discussion started in #364
I do not understand why something that I did not ask for (as an owner of the my consumer repo) was added to the root of my project? Could someone please clearly explain which exact project adds this and why?
Separately to this - if it is the drupal console (
hechoendrupal/drupal-console-core
) that adds the transaltion - can the logic of creating/console
dir be modified to be added only if there is a flag in "extras" of mycomposer.json
?The text was updated successfully, but these errors were encountered: