Files
yunzhupaas-web-vue3/src/locales/lang/en_US.ts
wangmingwei 7f9e424a5c 初始代码
2026-04-21 17:48:26 +08:00

15 lines
319 B
TypeScript

import antdLocale from 'ant-design-vue/es/locale/en_US';
import enCustomLocale from './en_US.json';
import { flattenObject } from '../helper';
const customLocale = flattenObject(enCustomLocale);
export default {
message: {
...customLocale,
antdLocale,
},
dateLocale: null,
dateLocaleName: 'en_US',
};