We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116ee7f commit e228bf6Copy full SHA for e228bf6
translation.rst
@@ -337,10 +337,10 @@ with these tasks:
337
.. code-block:: terminal
338
339
# updates the French translation file with the missing strings found in app/Resources/ templates
340
- $ ./app/console translation:update --dump-messages --force fr
+ $ ./bin/console translation:update --dump-messages --force fr
341
342
# updates the English translation file with the missing strings found in AppBundle
343
- $ ./app/console translation:update --dump-messages --force en AppBundle
+ $ ./bin/console translation:update --dump-messages --force en AppBundle
344
345
.. note::
346
0 commit comments