杨磊
2024-05-20 33ab34b1c52b8d2cad81105bbda76459a1b84e68
1
2
3
4
5
6
7
8
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
}