2

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.

1 Answers1

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