Made also part of translatable. Fixes #1897.
This commit is contained in:
parent
55c915cd9f
commit
87ee00a65e
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<%= link_to h(printable_name(wn.node)), :action => "node", :id => wn.node_id.to_s %>
|
<%= 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 } %>
|
<% related_ways = wn.node.ways.reject { |w| w.id == way_details.id } %>
|
||||||
<% if related_ways.size > 0 then %>
|
<% 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 %>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -163,6 +163,7 @@ en:
|
||||||
way_details:
|
way_details:
|
||||||
nodes: "Nodes:"
|
nodes: "Nodes:"
|
||||||
part_of: "Part of:"
|
part_of: "Part of:"
|
||||||
|
also_part_of: "also part of {{related_ways}}"
|
||||||
way_history:
|
way_history:
|
||||||
way_history: "Way History"
|
way_history: "Way History"
|
||||||
way_history_title: "Way History: {{way_name}}"
|
way_history_title: "Way History: {{way_name}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue