Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import zhCN from './langs/zh-cn';
|
||||
import enUS from './langs/en-us';
|
||||
import localeZhCN from './langs/zh-cn';
|
||||
import localeEnUS from './langs/en-us';
|
||||
|
||||
const fullZhCN = { ...localeZhCN, ...zhCN };
|
||||
const fullEnUS = { ...localeEnUS, ...enUS };
|
||||
|
||||
const locales: Record<App.I18n.LangType, App.I18n.Schema> = {
|
||||
'zh-CN': zhCN,
|
||||
'en-US': enUS
|
||||
'zh-CN': fullZhCN,
|
||||
'en-US': fullEnUS
|
||||
};
|
||||
|
||||
export default locales;
|
||||
|
||||
Reference in New Issue
Block a user