RuoYi-App 1.0.0

This commit is contained in:
RuoYi
2022-08-01 08:14:57 +08:00
parent 766bf58c8b
commit 0ca2bd20b8
349 changed files with 43898 additions and 0 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
}