Set i18n supported languages

This commit is contained in:
schroda
2025-02-17 03:07:20 +01:00
parent 1ae98afa34
commit 09ff0f3ca0

View File

@@ -27,6 +27,7 @@ export const i18n = use(initReactI18next)
.use(HttpBackend)
.use(LanguageDetector)
.init({
supportedLngs: i18nResources,
fallbackLng: 'en',
backend: {