From: Ævar Arnfjörð Bjarmason Date: Fri, 26 Jun 2009 21:01:15 +0000 (+0000) Subject: "Node history: {{node_name}}" was untranslatable! X-Git-Tag: live~6957 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/87497a904291e36c270526977cc8dc744f161d6b?ds=sidebyside "Node history: {{node_name}}" was untranslatable! --- diff --git a/app/views/browse/node_history.html.erb b/app/views/browse/node_history.html.erb index 4a34e3452..7f03ac769 100644 --- a/app/views/browse/node_history.html.erb +++ b/app/views/browse/node_history.html.erb @@ -2,7 +2,7 @@ @name = printable_name @node @title = t('browse.node_history.node_history') + ' | ' + @name %> -

Node History: <%= h(@name) %>

+

<%= t'browse.node_history.node_history_title', :node_name => h(@name) %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 77cc72812..f8dc9535f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -111,6 +111,7 @@ en: part_of: "Part of:" node_history: node_history: "Node History" + node_history_title: "Node History: {{node_name}}" download: "{{download_xml_link}} or {{view_details_link}}" download_xml: "Download XML" view_details: "view details" diff --git a/config/locales/is.yml b/config/locales/is.yml index 0fdf27a26..883621ff1 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -115,6 +115,7 @@ is: part_of: "Hluti af:" node_history: node_history: "Breytingarskrá hnúts" + node_history_title: "Breytingarskrá hnúts: {{node_name}}" download: "{{download_xml_link}} eða {{view_details_link}}" download_xml: "Hala niður á XML sniði" view_details: "sýna breytingarsögu"