Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.4.0-BETA2 |
Flex | yes |
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.