From 1f871d4dbd3253a9b7f73c4d972d49751462fd53 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 23 Apr 2026 12:13:13 +0200 Subject: [PATCH] chore(i18n): remove unused backend translation keys Remove five keys from pkg/i18n/lang/en.json that are no longer referenced by any i18n.T / i18n.TP call. These surfaced once the translation check started reporting dead keys. The sibling translation files will be reconciled on the next Crowdin sync. Removed keys: - notifications.task.comment.mentioned_message - notifications.task.mentioned.message - notifications.common.actions.assigned_you - notifications.common.actions.assigned_themselves - notifications.common.actions.assigned_user --- pkg/i18n/lang/en.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkg/i18n/lang/en.json b/pkg/i18n/lang/en.json index 9cf69f1c6..e8b05efb4 100644 --- a/pkg/i18n/lang/en.json +++ b/pkg/i18n/lang/en.json @@ -72,8 +72,7 @@ }, "comment": { "subject": "Re: %[1]s (%[2]s)", - "mentioned_subject": "%[1]s mentioned you in a comment in \"%[2]s\" (%[3]s)", - "mentioned_message": "**%[1]s** mentioned you in a comment:" + "mentioned_subject": "%[1]s mentioned you in a comment in \"%[2]s\" (%[3]s)" }, "assigned": { "subject_to_assignee": "You have been assigned to \"%[1]s\" (%[2]s)", @@ -89,8 +88,7 @@ }, "mentioned": { "subject_new": "%[1]s mentioned you in a new task \"%[2]s\" (%[3]s)", - "subject": "%[1]s mentioned you in a task \"%[2]s\" (%[3]s)", - "message": "**%[1]s** mentioned you in a task:" + "subject": "%[1]s mentioned you in a task \"%[2]s\" (%[3]s)" }, "overdue": { "subject": "Task \"%[1]s\" (%[2]s) is overdue", @@ -164,10 +162,7 @@ "left_comment": "%[1]s left a comment", "mentioned_you_comment": "%[1]s mentioned you in a comment", "mentioned_you": "%[1]s mentioned you", - "mentioned_you_new_task": "%[1]s mentioned you in a new task", - "assigned_you": "%[1]s assigned you", - "assigned_themselves": "%[1]s assigned themselves", - "assigned_user": "%[1]s assigned %[2]s" + "mentioned_you_new_task": "%[1]s mentioned you in a new task" } } },