mirror of
https://github.com/langgenius/dify.git
synced 2026-03-26 05:29:50 +08:00
chore(web): disable i18next support notice (#33309)
This commit is contained in:
parent
7fd3bd81ab
commit
4717168fe2
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user