From: Amir E. Aharoni Date: Sat, 15 Jul 2023 07:34:24 +0000 (+0300) Subject: Consistent plural forms for browse.way.nodes_count X-Git-Tag: live~1272^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/6795fd3117bbdea60910a3945fbb69aeb08e40fd?hp=-c Consistent plural forms for browse.way.nodes_count Without this, translatewiki's validator shows an error for English. --- 6795fd3117bbdea60910a3945fbb69aeb08e40fd diff --git a/config/locales/en.yml b/config/locales/en.yml index 11d03c15e..8e94b40d7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -350,6 +350,7 @@ en: history_title_html: "Way History: %{name}" nodes: "Nodes" nodes_count: + one: "%{count} node" other: "%{count} nodes" also_part_of_html: one: "part of way %{related_ways}"