diff --git a/src/i18n/index.ts b/src/i18n/index.ts index f6e0bf3e..54ee5697 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -27,6 +27,7 @@ export const i18n = use(initReactI18next) .use(HttpBackend) .use(LanguageDetector) .init({ + supportedLngs: i18nResources, fallbackLng: 'en', backend: {