From: Anton Khorev Date: Thu, 29 Feb 2024 08:23:01 +0000 (+0300) Subject: Move all browse.changeset strings to changesets locale X-Git-Tag: live~234^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/befa654edf908d19b5b571ecef92c6e04058272e Move all browse.changeset strings to changesets locale --- diff --git a/app/views/changesets/index.atom.builder b/app/views/changesets/index.atom.builder index 521dffe5f..13c6bd5a4 100644 --- a/app/views/changesets/index.atom.builder +++ b/app/views/changesets/index.atom.builder @@ -50,7 +50,7 @@ atom_feed(:language => I18n.locale, :schema_date => 2009, end if changeset.user.data_public? table.tr do |tr| - tr.th t("browse.changeset.belongs_to") + tr.th t(".feed.belongs_to") tr.td do |td| td.a changeset.user.display_name, :href => user_url(changeset.user, :only_path => false) end diff --git a/config/locales/en.yml b/config/locales/en.yml index 18a10f7af..aa0725ca6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -333,8 +333,6 @@ en: location: "Location:" common_details: coordinates_html: "%{latitude}, %{longitude}" - changeset: - belongs_to: "Author" node: title_html: "Node: %{name}" history_title_html: "Node History: %{name}" @@ -450,6 +448,7 @@ en: feed: title: "Changeset %{id}" title_comment: "Changeset %{id} - %{comment}" + belongs_to: "Author" subscribe: heading: Subscribe to the following changeset discussion? button: Subscribe to discussion