]> git.openstreetmap.org Git - rails.git/commitdiff
Added missing onramp instructions to locale file
authorJ Guthrie <jamie.guthrie@gmail.com>
Sat, 31 Mar 2018 15:31:35 +0000 (16:31 +0100)
committerJ Guthrie <jamie.guthrie@gmail.com>
Sat, 31 Mar 2018 15:31:35 +0000 (16:31 +0100)
config/locales/en.yml

index 2aca45255291e4d609731038019d52b31d777686..4540e74e8b9321fdfd562bf1cd36f9d0f8a02fcc 100644 (file)
@@ -2341,6 +2341,7 @@ en:
         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
         onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions}
         onramp_right_without_directions: Turn right onto the ramp
+        onramp_right: Turn right onto the ramp
         endofroad_right_without_exit: At the end of the road turn right onto %{name}
         merge_right_without_exit: Merge right onto %{name}
         fork_right_without_exit: At the fork turn right onto %{name}
@@ -2361,6 +2362,7 @@ en:
         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
         onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions}
         onramp_left_without_directions: Turn left onto the ramp
+        onramp_left: Turn left onto the ramp
         endofroad_left_without_exit: At the end of the road turn left onto %{name}
         merge_left_without_exit: Merge left onto %{name}
         fork_left_without_exit: At the fork turn left onto %{name}