]> git.openstreetmap.org Git - rails.git/commitdiff
Consistent plural forms for browse.way.nodes_count
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sat, 15 Jul 2023 07:34:24 +0000 (10:34 +0300)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2023 07:34:24 +0000 (10:34 +0300)
Without this, translatewiki's validator shows an error for English.

config/locales/en.yml

index 11d03c15eb2b9f524894863cd1c1b17ff70db6c2..8e94b40d7c8177684fc955d7795bc3d5b4ad6af0 100644 (file)
@@ -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}"