skyouc
2025-08-08 087b9f6cea5b4d2eb1c9fa3959ac0dc5b09cf254
uni_modules/uni-pagination/components/uni-pagination/i18n/index.js
@@ -1,12 +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
}
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
}