WorkspaceI18nProviderProps
Defined in: packages/ui-react/src/i18n/WorkspaceI18nProvider.tsx:49
Provider 注入的 i18n 上下文值
Extends
Section titled “Extends”Properties
Section titled “Properties”locale
Section titled “locale”locale:
"en"|"zh"|"ja"|"es"|"de"|"fr"
Defined in: packages/ui-react/src/i18n/WorkspaceI18nProvider.tsx:37
当前语言(必传)
Inherited from
Section titled “Inherited from”WorkspaceI18nContextValue.locale
translations?
Section titled “translations?”
optionaltranslations?:WorkspaceTranslations
Defined in: packages/ui-react/src/i18n/WorkspaceI18nProvider.tsx:39
翻译覆盖(可选;部分 key 缺失时回退到包内默认字典)
Inherited from
Section titled “Inherited from”WorkspaceI18nContextValue.translations
children
Section titled “children”children:
ReactNode
Defined in: packages/ui-react/src/i18n/WorkspaceI18nProvider.tsx:50