lin
2026-04-24 c4da32f7f76bb97e8ddfc8ce8d8dcc1c8cd9afa1
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
}