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
My project is based on Flex structure. My application find translation in server mode.
Now, I would like display translations with debug:translation I can only displayed bundles translations but not mine.
After few investiguations, TranslationDebugCommand search my translation in /src/Resources whereas my translations are located at /translations.
I ask me why this command doesn't use translator service to retrieve catalogues ? This component could be standalone for Symfony standard or Symfony Flex in using translator service.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
My project is based on Flex structure. My application find translation in server mode.
Now, I would like display translations with
debug:translation
I can only displayed bundles translations but not mine.After few investiguations,
TranslationDebugCommand
search my translation in/src/Resources
whereas my translations are located at/translations
.I ask me why this command doesn't use
translator
service to retrieve catalogues ? This component could be standalone for Symfony standard or Symfony Flex in usingtranslator
service.The text was updated successfully, but these errors were encountered: