Files
72e6b69d68a84678b2cb63d416f…/apps/cat-mini-app/src/components/uni-countdown/i18n/index.js
2025-12-11 16:35:43 +00:00

9 lines
169 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
}