初始化项目
This commit is contained in:
9
src/locales/locale.ts
Normal file
9
src/locales/locale.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import zhCN from './langs/zh-cn';
|
||||
import enUS from './langs/en-us';
|
||||
|
||||
const locales: Record<App.I18n.LangType, App.I18n.Schema> = {
|
||||
'zh-CN': zhCN,
|
||||
'en-US': enUS
|
||||
};
|
||||
|
||||
export default locales;
|
||||
Reference in New Issue
Block a user