---初始化后台管理web页面项目
This commit is contained in:
10
src/locales/lang/zh_CN.ts
Normal file
10
src/locales/lang/zh_CN.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { genMessage } from '../helper';
|
||||
import antdLocale from 'ant-design-vue/es/locale/zh_CN';
|
||||
|
||||
const modules = import.meta.glob('./zh-CN/**/*.ts', { eager: true });
|
||||
export default {
|
||||
message: {
|
||||
...genMessage(modules, 'zh-CN'),
|
||||
antdLocale,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user