Files
nuttyreading-html/uni_modules/uni-table/i18n/index.js
@fawn-nine 078aa9af06 0518
2023-05-18 13:23:11 +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
}