我似乎无法弄清楚如何更改从包中的翻译目录读取到特定目录的路径。
答案 0 :(得分:1)
从https://github.com/symfony/FrameworkBundle/blob/master/DependencyInjection/FrameworkExtension.php#L695,您必须添加translator.paths
配置的路径。
framework:
translator:
paths: ["/cloudfiles/translation_files_dev"]