mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-22 16:47:03 +00:00
perf: ko translate
This commit is contained in:
parent
49c80cd76b
commit
f157ab9453
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user