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.