From d6ef403b8fa4affb43b2ff496017f68b177136c3 Mon Sep 17 00:00:00 2001 From: Ben Cooke Date: Wed, 18 Feb 2026 17:37:12 -0500 Subject: [PATCH] New translation for autotranslations (#34894) --- server/i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/i18n/en.json b/server/i18n/en.json index fa671ff3d79..d672073cab0 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -8592,6 +8592,10 @@ "id": "ent.autotranslation.add_task.nil_task", "translation": "Translation task cannot be null." }, + { + "id": "ent.autotranslation.add_task.worker_stopped", + "translation": "Translation task cannot be added because the worker has been stopped." + }, { "id": "ent.autotranslation.create_translation_failed", "translation": "Failed to create translation."