Newer
Older
xinJiangMiniProgranm / uni_modules / uni-table / i18n / index.js
dutingting on 13 Jan 2023 226 bytes 举报中心模块
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
}