mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:39:26 +08:00
chore(web): disable i18next support notice (#33309)
This commit is contained in:
@@ -6,6 +6,7 @@ export function getInitOptions(): InitOptions {
|
|||||||
// We do not have en for fallback
|
// We do not have en for fallback
|
||||||
load: 'currentOnly',
|
load: 'currentOnly',
|
||||||
fallbackLng: 'en-US',
|
fallbackLng: 'en-US',
|
||||||
|
showSupportNotice: false,
|
||||||
partialBundledLanguages: true,
|
partialBundledLanguages: true,
|
||||||
keySeparator: false,
|
keySeparator: false,
|
||||||
ns: namespaces,
|
ns: namespaces,
|
||||||
|
|||||||
Reference in New Issue
Block a user