#
whycq
2024-03-26 fe65a15581b007a1f86400da8c62f541ef81ccd0
uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js
New file
@@ -0,0 +1,8 @@
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
}