]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Make trace.trace.count_points a plural string
[rails.git] / config / locales / en.yml
index e8a36f945f7866ebe73fcc726183822a813122c1..4be7b9197946529ae15d53796e422eca99eef3d8 100644 (file)
@@ -279,6 +279,7 @@ en:
       wikidata_link: "The %{page} item on Wikidata"
       wikipedia_link: "The %{page} article on Wikipedia"
       telephone_link: "Call %{phone_number}"
+      colour_preview: "Colour %{colour_value} preview"
     note:
       title: "Note: %{id}"
       new_note: "New Note"
@@ -1855,7 +1856,9 @@ en:
       newer: "Newer Traces"
     trace:
       pending: "PENDING"
-      count_points: "%{count} points"
+      count_points:
+        one: "1 point"
+        other: "%{count} points"
       more: "more"
       trace_details: "View Trace Details"
       view_map: "View Map"