仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
preselect
预选清单saas系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
#添加主播地址信息
jiaosong
2023-09-21
1f4f4e70d52015a5130bcea73be87bb8b1e3212d
[productDev/preselect.git]
/
h5
/
uni_modules
/
uni-table
/
i18n
/
index.js
1
2
3
4
5
6
7
8
9
10
11
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
}