|
@@ -2,10 +2,10 @@ import { genMessage } from '../helper';
|
|
|
import antdLocale from 'ant-design-vue/es/locale/zh_CN';
|
|
|
import momentLocale from 'moment/dist/locale/zh-cn';
|
|
|
|
|
|
-const modules = import.meta.globEager('./zh_CN/**/*.ts');
|
|
|
+const modules = import.meta.globEager('./zh-CN/**/*.ts');
|
|
|
export default {
|
|
|
message: {
|
|
|
- ...genMessage(modules, 'zh_CN'),
|
|
|
+ ...genMessage(modules, 'zh-CN'),
|
|
|
antdLocale,
|
|
|
},
|
|
|
momentLocale,
|