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