#
whycq
2023-02-13 1bea37073f305929215bf2c3f28e2263acb6fc20
uni_modules/uni-pagination/components/uni-pagination/i18n/index.js
New file
@@ -0,0 +1,12 @@
import en from './en.json'
import es from './es.json'
import fr from './fr.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
   en,
   es,
   fr,
   'zh-Hans': zhHans,
   'zh-Hant': zhHant
}