Merge branch 'codex/fix/i18next-locize-notice'

This commit is contained in:
Tommaso Casaburi
2026-05-27 17:43:03 +07:00
+1
View File
@@ -12,6 +12,7 @@ i18next
.use(initReactI18next)
.init({
fallbackLng: DEFAULT_INTERFACE_LANGUAGE,
showSupportNotice: false,
supportedLngs: [...SUPPORTED_INTERFACE_LANGUAGES],
detection: {
order: ['localStorage'],