From 87ee00a65e64daebd48917d1220db9eae44cb03e Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Tue, 2 Jun 2009 07:14:55 +0000 Subject: [PATCH] Made also part of translatable. Fixes #1897. --- app/views/browse/_way_details.rhtml | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/browse/_way_details.rhtml b/app/views/browse/_way_details.rhtml index ad7e48922..a11f06aad 100644 --- a/app/views/browse/_way_details.rhtml +++ b/app/views/browse/_way_details.rhtml @@ -11,7 +11,7 @@ <%= link_to h(printable_name(wn.node)), :action => "node", :id => wn.node_id.to_s %> <% related_ways = wn.node.ways.reject { |w| w.id == way_details.id } %> <% if related_ways.size > 0 then %> - (also part of <%= related_ways.map { |w| link_to(h(printable_name(w)), :action => "way", :id => w.id.to_s) }.join(", ") %>) + (<%= t 'browse.way_details.also_part_of', :related_ways => related_ways.map { |w| link_to(h(printable_name(w)), :action => "way", :id => w.id.to_s) }.join(", ") %>) <% end %> <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 154664da8..af56740d7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -163,6 +163,7 @@ en: way_details: nodes: "Nodes:" part_of: "Part of:" + also_part_of: "also part of {{related_ways}}" way_history: way_history: "Way History" way_history_title: "Way History: {{way_name}}" -- 2.43.2