diff --git a/js/index.js b/js/index.js index 10c4c35..64de3fb 100644 --- a/js/index.js +++ b/js/index.js @@ -364,7 +364,7 @@ .init({ fallbackLng: 'en', backend: { - loadPath: 'locales/{{lng}}.json', + loadPath: 'dist/locales/{{lng}}.json', } }, function(err, t) { jqueryI18next.init(i18next, $);