This commit is contained in:
2025-09-16 10:39:33 +08:00
parent 9316b7055e
commit 003fc9251b

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
}