Skip to content

Commit d504787

Browse files
committed
minor #20340 [Translation] Fix param name for lint:translations (MrYamous)
This PR was merged into the 7.2 branch. Discussion ---------- [Translation] Fix param name for lint:translations For code [PR 57650](symfony/symfony#57650) Commits ------- ef9baef fix param name for lint:translations
2 parents c4b1aaa + ef9baef commit d504787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ to check that the translation contents are also correct:
14051405
$ php bin/console lint:translations
14061406
14071407
# checks the contents of the translation catalogues for Italian (it) and Japanese (ja) locales
1408-
$ php bin/console lint:translations --locales=it --locales=ja
1408+
$ php bin/console lint:translations --locale=it --locale=ja
14091409
14101410
.. versionadded:: 7.2
14111411

0 commit comments

Comments
 (0)