diff --git a/src/lib/init-translations.ts b/src/lib/init-translations.ts index 302f9d83..63d269eb 100644 --- a/src/lib/init-translations.ts +++ b/src/lib/init-translations.ts @@ -12,6 +12,7 @@ i18next .use(initReactI18next) .init({ fallbackLng: DEFAULT_INTERFACE_LANGUAGE, + showSupportNotice: false, supportedLngs: [...SUPPORTED_INTERFACE_LANGUAGES], detection: { order: ['localStorage'],