mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-22 16:56:57 +00:00
fix sdoc translate bug
This commit is contained in:
parent
2bc89a67d9
commit
88c99173f1
@ -12,8 +12,8 @@ i18n
|
||||
.use(initReactI18next)
|
||||
.init({
|
||||
lng: lang,
|
||||
fallbackLng: 'en',
|
||||
ns: ['sdoc-editor'],
|
||||
fallbackLng: 'zh-CN',
|
||||
ns: ['sdoc-editor', 'seafile-editor'],
|
||||
defaultNS: 'sdoc-editor',
|
||||
|
||||
whitelist: ['en', 'zh-CN', 'fr', 'de', 'cs', 'es', 'es-AR', 'es-MX', 'ru'],
|
||||
|
Loading…
Reference in New Issue
Block a user