diff --git a/src/public/app/services/i18n.js b/src/public/app/services/i18n.js index 0c9a52a0d..f09e8d881 100644 --- a/src/public/app/services/i18n.js +++ b/src/public/app/services/i18n.js @@ -6,10 +6,11 @@ await i18next .use(i18nextHttpBackend) .init({ lng: "en", + fallbackLng: "en", debug: true, backend: { loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json` - } + } }); export const t = i18next.t; \ No newline at end of file