JsTranslationBundle后备区域设置不起作用

时间:2016-08-04 09:26:09

标签: javascript symfony

当将JsTranslationBundle与已配置的回退本地一起使用时,检索转换的ajax调用不会返回回退的回调 - 仅返回当前区域设置。

我像这样正确设置了后备:

bazinga_js_translation:
    locale_fallback: 'de'

此外,如果无法获取新的翻译,为什么trans()函数会将区域设置作为参数?

Translator.trans(translationKey, [], 'messages', 'nl_NL')

1 个答案:

答案 0 :(得分:0)

似乎捆绑包不接受带有回退区域的区域设置,因此更改以下内容对我有用:

bazinga_js_translation:
    locale_fallback: de_DE # with region