当将JsTranslationBundle与已配置的回退本地一起使用时,检索转换的ajax调用不会返回回退的回调 - 仅返回当前区域设置。
我像这样正确设置了后备:
bazinga_js_translation:
locale_fallback: 'de'
此外,如果无法获取新的翻译,为什么trans()
函数会将区域设置作为参数?
Translator.trans(translationKey, [], 'messages', 'nl_NL')
答案 0 :(得分:0)
似乎捆绑包不接受带有回退区域的区域设置,因此更改以下内容对我有用:
bazinga_js_translation:
locale_fallback: de_DE # with region