flat: 暂存1

This commit is contained in:
Apcallover
2024-07-17 11:06:43 +08:00
parent 7d1904fa2c
commit 85aaeacd2b
57 changed files with 7565 additions and 170 deletions

View File

@@ -0,0 +1,12 @@
import en from './en.json'
import es from './es.json'
import fr from './fr.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
es,
fr,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}