From 79e71a57615c842558bce0e38ac372fe71935db4 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sun, 22 Feb 2026 10:19:38 +0900 Subject: [PATCH] 1.41.1 (#9069) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch version increment to 1.41.1 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9069-1-41-1-30f6d73d365081148845cb3024b7987f) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions --- package.json | 2 +- src/locales/tr/main.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1a1f1b1ed..77e0dd1b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@comfyorg/comfyui-frontend", - "version": "1.41.0", + "version": "1.41.1", "private": true, "description": "Official front-end implementation of ComfyUI", "homepage": "https://comfy.org", diff --git a/src/locales/tr/main.json b/src/locales/tr/main.json index 211f38748..7a2ca452b 100644 --- a/src/locales/tr/main.json +++ b/src/locales/tr/main.json @@ -1,5 +1,4 @@ { - "0": "{", "actionbar": { "dockToTop": "Üste sabitle", "feedback": "Geri bildirim", @@ -276,7 +275,9 @@ "signOut": { "signOut": "Çıkış Yap", "success": "Başarıyla çıkış yapıldı", - "successDetail": "Hesabınızdan başarıyla çıkış yaptınız." + "successDetail": "Hesabınızdan başarıyla çıkış yaptınız.", + "unsavedChangesMessage": "Oturumu kapattığınızda kaydedilmemiş değişiklikleriniz kaybolacak. Devam etmek istiyor musunuz?", + "unsavedChangesTitle": "Kaydedilmemiş Değişiklikler" }, "signup": { "alreadyHaveAccount": "Zaten bir hesabınız var mı?",