This commit is contained in:
cansnow
2025-11-27 03:52:56 +08:00
parent b10e4b4336
commit 1626f0c52a
298 changed files with 37938 additions and 125 deletions
+12
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
}