FlowPacs/yudao-ui-admin-uniapp/uni_modules/uni-table/i18n/index.js

13 lines
226 B
JavaScript
Raw Normal View History

2022-08-03 11:52:35 +08:00
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
}