change locales path
This commit is contained in:
parent
4910d52473
commit
1f81c043ad
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@
|
||||||
.init({
|
.init({
|
||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
backend: {
|
backend: {
|
||||||
loadPath: 'locales/{{lng}}.json',
|
loadPath: 'dist/locales/{{lng}}.json',
|
||||||
}
|
}
|
||||||
}, function(err, t) {
|
}, function(err, t) {
|
||||||
jqueryI18next.init(i18next, $);
|
jqueryI18next.init(i18next, $);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue