mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 15:51:52 +08:00
9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
import en from './en.json'
|
|
import zhHans from './zh-Hans.json'
|
|
import zhHant from './zh-Hant.json'
|
|
export default {
|
|
en,
|
|
'zh-Hans': zhHans,
|
|
'zh-Hant': zhHant
|
|
}
|