From 87497a904291e36c270526977cc8dc744f161d6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 26 Jun 2009 21:01:15 +0000 Subject: [PATCH] "Node history: {{node_name}}" was untranslatable! --- app/views/browse/node_history.html.erb | 2 +- config/locales/en.yml | 1 + config/locales/is.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.43.2