From 0ee3138485b03b6b7f937ce433fe5908723388ea Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sun, 28 Sep 2025 16:06:36 -0700 Subject: [PATCH] fix invalid JSON (contains merge conflict markers) in 1.27 RC branch's locale json (#5839) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Merge markers were inadvertantly merged in https://github.com/comfy-org/ComfyuI_frontend/pull/5801, which [I thought was good to merge](https://github.com/Comfy-Org/ComfyUI_frontend/pull/5801#issuecomment-3340372578) but missed this due to difficulty reviewing the thousands of lines of translations that were in the backlog due to month+ long downtime on translation CI. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5839-fix-invalid-JSON-contains-merge-conflict-markers-in-1-27-RC-branch-s-locale-json-27c6d73d365081439838ff4055714cf5) by [Unito](https://www.unito.io) --- src/locales/en/main.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 6693aa716..f628cd2d9 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1912,8 +1912,6 @@ "showGroups": "Show Frames/Groups", "renderBypassState": "Render Bypass State", "renderErrorState": "Render Error State" -<<<<<<< Updated upstream -======= }, "assetBrowser": { "assets": "Assets", @@ -1942,6 +1940,5 @@ "Close": "Close" } } ->>>>>>> Stashed changes } -} \ No newline at end of file +}