From 3f27dc3abb853c71b7fae1cf39cf0865ac364838 Mon Sep 17 00:00:00 2001 From: Nenad Vujicic Date: Wed, 18 Sep 2024 22:59:54 +0200 Subject: [PATCH] Removed unused translation keys from changesets.* Removed unused translation keys changesets.{changeset.anonymous, no_such_entry.title} from en.yml. .anonymous was added in fddda4e and was stopped being used in 3e305fb. .title was added in f0764d3 but never used. --- config/locales/en.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index bdfc37ac6..cde42427b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -441,7 +441,6 @@ en: sorry: "Sorry, the list of changeset comments you requested took too long to retrieve." changesets: changeset: - anonymous: "Anonymous" no_edits: "(no edits)" view_changeset_details: "View changeset details" index: @@ -473,7 +472,6 @@ en: title: "Changeset %{id}" created_by_html: "Created by %{link_user} on %{created}." no_such_entry: - title: "No such changeset" heading: "No entry with the id: %{id}" body: "Sorry, there is no changeset with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong." show: -- 2.39.5