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

20 lines
406 B
TypeScript
Raw Normal View History

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