1
QYF-GitLab1
2024-07-24 835f3363757f6b5703c9385a6d60feff5681f93c
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
}