UnisKB/ui/src/locales/lang/zh-CN/index.ts

14 lines
329 B
TypeScript
Raw Normal View History

2025-04-16 11:10:00 +00:00
import zhCn from 'element-plus/es/locale/lang/zh-cn'
2025-04-25 08:27:13 +00:00
// import components from './components'
2025-04-16 11:10:00 +00:00
import views from './views'
2025-04-25 08:27:13 +00:00
import theme from './theme'
// import common from './common'
// import dynamicsForm from './dynamics-form'
// import chat from './ai-chat'
2025-04-16 11:10:00 +00:00
export default {
lang: '简体中文',
zhCn,
2025-04-25 08:27:13 +00:00
views,
theme
2025-04-16 11:10:00 +00:00
}