From 480711deb7eb040d193865d39cefcca1d3ee613b Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Tue, 16 Dec 2025 08:17:34 -0800 Subject: [PATCH] i18n: add missing translation keys (#7436) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Adds i18n values for these missing keys: https://github.com/Comfy-Org/ComfyUI_frontend/blob/6a73288ce34fb469617e0b9e240685babbac6d7d/src/components/dialog/content/MissingCoreNodesMessage.vue#L16-L29 Fixes warning in console. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7436-i18n-add-missing-translation-keys-2c86d73d365081e49460dab121b86c2f) by [Unito](https://www.unito.io) --- src/locales/en/main.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 860140481..f2bb751e3 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1560,6 +1560,11 @@ "updateFrontend": "Update Frontend", "dismiss": "Dismiss" }, + "loadWorkflowWarning": { + "outdatedVersion": "This workflow was created with a newer version of ComfyUI ({version}). Some nodes may not work correctly.", + "outdatedVersionGeneric": "This workflow was created with a newer version of ComfyUI. Some nodes may not work correctly.", + "coreNodesFromVersion": "Core nodes from version {version}:" + }, "errorDialog": { "defaultTitle": "An error occurred", "loadWorkflowTitle": "Loading aborted due to error reloading workflow data",