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

Help text is not replaced with translated value #261

Closed
LOBsTerr opened this issue Jan 3, 2018 · 2 comments
Closed

Help text is not replaced with translated value #261

LOBsTerr opened this issue Jan 3, 2018 · 2 comments

Comments

@LOBsTerr
Copy link
Member

LOBsTerr commented Jan 3, 2018

Problem

When we run any command with --help param we don't see the real help message, we see translation string. For exmaple
drupal list --help
Result
... Help: commands.list.help

Solution

Handle the help the same way we handle the description of the command. We need to override getHelp method in order to get translated value.

@LOBsTerr
Copy link
Member Author

LOBsTerr commented Jan 3, 2018

I have fixed it in this PR: #262

@jmolivas
Copy link
Member

jmolivas commented Jan 4, 2018

PR: #262 mrged
Closing this one. Feel free to re-open if still happening after updating to the latest version.

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

2 participants