Files
MALL_MP_WX/uni_modules/uni-table/i18n/index.js
dt_2916866708 f756390529 第一次提交
2024-02-28 17:26:46 +08:00

13 lines
226 B
JavaScript

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
}