初始化项目
This commit is contained in:
8
src/locales/antd.ts
Normal file
8
src/locales/antd.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Locale } from 'ant-design-vue/es/locale';
|
||||
import zhCN from 'ant-design-vue/es/locale/zh_CN';
|
||||
import enUS from 'ant-design-vue/es/locale/en_US';
|
||||
|
||||
export const antdLocales: Record<App.I18n.LangType, Locale> = {
|
||||
'zh-CN': zhCN,
|
||||
'en-US': enUS
|
||||
};
|
||||
Reference in New Issue
Block a user