mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 17:37:46 +00:00
Fix korea translation activation (#1845)
* Fix korea translation activation * nit
This commit is contained in:
@@ -3,6 +3,7 @@ import en from './locales/en.json'
|
||||
import zh from './locales/zh.json'
|
||||
import ru from './locales/ru.json'
|
||||
import ja from './locales/ja.json'
|
||||
import ko from './locales/ko.json'
|
||||
|
||||
export const i18n = createI18n({
|
||||
// Must set `false`, as Vue I18n Legacy API is for Vue 2
|
||||
@@ -13,7 +14,8 @@ export const i18n = createI18n({
|
||||
en,
|
||||
zh,
|
||||
ru,
|
||||
ja
|
||||
ja,
|
||||
ko
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user