mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Fix circular dependency on updating missing locale (#1893)
This commit is contained in:
@@ -27,7 +27,7 @@ function buildLocale(
|
||||
}
|
||||
}
|
||||
|
||||
const messages: Record<string, typeof en> = {
|
||||
const messages = {
|
||||
en: buildLocale(en, enNodes, enCommands),
|
||||
zh: buildLocale(zh, zhNodes, zhCommands),
|
||||
ru: buildLocale(ru, ruNodes, ruCommands),
|
||||
|
||||
Reference in New Issue
Block a user