You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to extract translations from twig files with the following command according to the docs.
bin/console translation:extract en --dir=./src/SWP/Bundle/FixturesBundle/Resources/themes/DefaultTheme/ --output-dir=./src/SWP/Bundle/FixturesBundle/Resources/themes/DefaultTheme/translations
Current Behavior
But I get the following output when running translation:extract:
Command "translation:extract" is not defined.
Do you want to run "translation:update" instead? (yes/no) [no]:
>
And the output from php bin/console list don't mention the translation:extract command. It only lists the translation:update command.
translation
translation:update Updates the translation file
The text was updated successfully, but these errors were encountered:
Expected Behavior
It should be possible to extract translations from twig files with the following command according to the docs.
Current Behavior
But I get the following output when running
translation:extract
:And the output from
php bin/console list
don't mention thetranslation:extract
command. It only lists thetranslation:update
command.The text was updated successfully, but these errors were encountered: