mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 10:48:12 +08:00
feat: plugin-locale默认语言最终是中文
This commit is contained in:
parent
1673ef4b7e
commit
c367445c2f
@ -35,7 +35,10 @@ const getDefaultLocale = () => {
|
||||
fallbackLocale: window.navigator.language,
|
||||
};
|
||||
}
|
||||
return {};
|
||||
return {
|
||||
locale: 'zh-CN',
|
||||
fallbackLocale: 'zh-CN',
|
||||
};
|
||||
};
|
||||
|
||||
const messages = {};
|
||||
|
Loading…
Reference in New Issue
Block a user