yyb
2026-04-07 e4fbe44a23d6bc9a1c56999ecb0b0da094bcc7e0
src/uni_modules/uni-pagination/components/uni-pagination/i18n/index.js
对比新文件
@@ -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
}