This commit is contained in:
2025-09-16 10:39:52 +08:00
parent 972d8c01fc
commit d0e539a766

View File

@@ -0,0 +1,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
}