mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 00:12:33 +08:00
fix language mapping
This commit is contained in:
parent
86a6414f29
commit
97582049be
@ -12,7 +12,7 @@ import tw from "../i18n/zh_TW.js"
|
|||||||
i18next.use(i18nextBrowserLanguageDetector).init({
|
i18next.use(i18nextBrowserLanguageDetector).init({
|
||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
resources: {
|
resources: {
|
||||||
"en-US": cn,
|
"en-US": en,
|
||||||
"en": en,
|
"en": en,
|
||||||
"zh-TW": tw,
|
"zh-TW": tw,
|
||||||
"zh-CN": cn,
|
"zh-CN": cn,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user