如何在i18next的单独文件夹中添加locale.json文件?

时间:2017-04-20 09:08:18

标签: javascript jquery internationalization translation

这是我的小提琴链接:https://jsfiddle.net/La1c1p7f/1/

我想在一个单独的文件夹中给出像en.json,ch.json这样的json文件,而不是给出变量名"resStore": resources。在angularjs中,我们可以像这样给出文件夹路径

$translateProvider.useStaticFilesLoader({
    prefix: '/ccs/nls/lang_',
    suffix: '.json'
})

我如何给予i18n?请帮我做。谢谢。

1 个答案:

答案 0 :(得分:0)

如果与使用i18next加载json有关,你应该看看xhr后端https://github.com/i18next/i18next-xhr-backend