perf: ko translate

This commit is contained in:
feng 2025-04-25 11:45:00 +08:00 committed by feng626
parent 49c80cd76b
commit f157ab9453

View File

@ -2,6 +2,10 @@ import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
import zhTWLocale from 'element-ui/lib/locale/lang/zh-TW' import zhTWLocale from 'element-ui/lib/locale/lang/zh-TW'
import enLocale from 'element-ui/lib/locale/lang/en' import enLocale from 'element-ui/lib/locale/lang/en'
import jaLocale from 'element-ui/lib/locale/lang/ja' import jaLocale from 'element-ui/lib/locale/lang/ja'
import ptBrLocale from 'element-ui/lib/locale/lang/pt-br'
import esLocale from 'element-ui/lib/locale/lang/es'
import ruLocale from 'element-ui/lib/locale/lang/ru-RU'
import koLocale from 'element-ui/lib/locale/lang/ko'
import zh from './zh.json' import zh from './zh.json'
import zhHant from './zh_hant.json' import zhHant from './zh_hant.json'
import en from './en.json' import en from './en.json'
@ -23,6 +27,18 @@ const messages = {
ja: { ja: {
...jaLocale, ...jaLocale,
...ja ...ja
},
pt_br: {
...ptBrLocale
},
es: {
...esLocale
},
ru: {
...ruLocale
},
ko: {
...koLocale
} }
} }