OfficeSystem/node_modules/@climblee/uv-ui/components/uv-calendars/i18n/index.js
WindowBird 7ab9e16c35 init
2025-10-30 16:42:12 +08:00

9 lines
162 B
JavaScript

import en from './en.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}