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({
fallbackLng: 'en',
backend: {
loadPath: 'locales/{{lng}}.json',
loadPath: 'dist/locales/{{lng}}.json',
}
}, function(err, t) {
jqueryI18next.init(i18next, $);