You've already forked guangan-mp
1.0.0
This commit is contained in:
12
uni_modules/uni-table/i18n/index.js
Normal file
12
uni_modules/uni-table/i18n/index.js
Normal file
@ -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
|
||||
}
|
Reference in New Issue
Block a user