Skip to content

Commit

Permalink
Adding translation messages for commands (hechoendrupal#200)
Browse files Browse the repository at this point in the history
* Replacing in translation keys from _ to -

* Adding translation messages for the commands:
chain
  • Loading branch information
blasvicco authored and jmolivas committed Jul 15, 2017
1 parent e054a56 commit 6979bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/Chain/ChainCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function($value) {
$inlinePlaceHolder,
$io->choice(
sprintf(
'Select value for %s placeholder',
$this->trans('commands.chain.message.select-value-for-placeholder'),
$inlinePlaceHolder
),
$inlinePlaceHolderValue,
Expand All @@ -149,7 +149,7 @@ function($value) {
$inlinePlaceHolder,
$io->ask(
sprintf(
'Enter value for %s placeholder',
$this->trans('commands.chain.message.enter-value-for-placeholder'),
$inlinePlaceHolder
),
$inlinePlaceHolderValue
Expand Down

0 comments on commit 6979bba

Please sign in to comment.