#
zjj
2024-09-09 59c46888d53c7e79022dd9a50262d4a3a10ae8dc
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
}