Skip to content
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

[core] Console doesn't use other languages if drupal is not installed #4078

Closed
hjuarez20 opened this issue Jun 6, 2019 · 3 comments
Closed

Comments

@hjuarez20
Copy link
Contributor

Problem/Motivation

The console doesn't use other languages if drupal is not installed

How to reproduce

Install the es language and the run drupal init and set es as default language, then run drupal list and you can see the description in en

Details to include:

  • Console version 1.8.0.
  • Console Launcher version 1.8.0.
@enzolutions
Copy link
Contributor

This is not an error, if the Drupal Console, doesn't find the package drupal/console-[language-code] by default English is loaded.

We could add a message about how to install is the language is not found, providing instructions about how to install with composer, for instance

composer require drupal/console-en

@gilbertomangones
Copy link
Contributor

Hi, some changes were added to display a message that show how to install a language, depending of current language installed.
drupal list
2019-09-24_2047

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants