Made also part of translatable. Fixes #1897.

This commit is contained in:
Shaun McDonald 2009-06-02 07:14:55 +00:00
parent 55c915cd9f
commit 87ee00a65e
2 changed files with 2 additions and 1 deletions

View file

@ -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 %>
</td></tr>
<% end %>

View file

@ -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}}"