From 1f81c043adaaf1a459ca0fb97ac1bfcaefca96f4 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Sat, 9 Mar 2019 13:42:36 +0100 Subject: [PATCH] change locales path --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, $);