mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +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…
x
Reference in New Issue
Block a user