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
This commit is contained in:
kolaente 2026-04-23 12:13:13 +02:00
parent 138a545523
commit 1f871d4dbd
1 changed files with 3 additions and 8 deletions

View File

@ -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"
}
}
},