From 09ff0f3ca03d72a0dc1ec5a3072e335608a2e73f Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:07:20 +0100 Subject: [PATCH] Set i18n supported languages --- src/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) 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: {