change locales path

This commit is contained in:
Gautier Pelloux-Prayer 2019-03-09 13:42:36 +01:00
parent 4910d52473
commit 1f81c043ad

View file

@ -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, $);