I cannot seem to figure out how to change the path from reading from the translations directory in a bundle to a specific directory instead.
Asked
Active
Viewed 808 times
2
-
Please be more specific. In which dir you want your translations? – Emii Khaos Aug 04 '15 at 21:06
-
It would be /cloudfiles/translation_files_dev/ – Nicholas Robertson Aug 04 '15 at 21:24
1 Answers
1
From https://github.com/symfony/FrameworkBundle/blob/master/DependencyInjection/FrameworkExtension.php#L695 you must add paths to translator.paths
config.
framework:
translator:
paths: ["/cloudfiles/translation_files_dev"]

Absalón Valdés
- 910
- 7
- 16