chore(web): disable i18next support notice (#33309)

This commit is contained in:
Copilot 2026-03-12 18:18:10 +08:00 committed by GitHub
parent 7fd3bd81ab
commit 4717168fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export function getInitOptions(): InitOptions {
// We do not have en for fallback
load: 'currentOnly',
fallbackLng: 'en-US',
showSupportNotice: false,
partialBundledLanguages: true,
keySeparator: false,
ns: namespaces,