#
whycq
2023-02-27 4cd6f451ae6d2c29991f45d5c54ecc1548c8d826
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
}