Consistent plural forms for browse.way.nodes_count
Without this, translatewiki's validator shows an error for English.
This commit is contained in:
parent
1c420158f6
commit
6795fd3117
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ en:
|
||||||
history_title_html: "Way History: %{name}"
|
history_title_html: "Way History: %{name}"
|
||||||
nodes: "Nodes"
|
nodes: "Nodes"
|
||||||
nodes_count:
|
nodes_count:
|
||||||
|
one: "%{count} node"
|
||||||
other: "%{count} nodes"
|
other: "%{count} nodes"
|
||||||
also_part_of_html:
|
also_part_of_html:
|
||||||
one: "part of way %{related_ways}"
|
one: "part of way %{related_ways}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue