This commit is contained in:
2025-09-16 10:39:45 +08:00
parent cdd839ae27
commit 7c05eb105a

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
}