#
whycq
2024-01-18 40c2bea1b2f3d4c8b329ac147c45e4ddfd34575a
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
}