]> git.openstreetmap.org Git - rails.git/commitdiff
Fix translation keys for on ramps
authorTom Hughes <tom@compton.nu>
Sun, 25 Feb 2018 20:56:17 +0000 (20:56 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 25 Feb 2018 20:56:17 +0000 (20:56 +0000)
config/locales/en.yml

index fb735cd6cbd349d1bb539b22682e225446cae4f1..10c9a8d24b7b413dff80320e5833bd73c20135ea 100644 (file)
@@ -2339,7 +2339,7 @@ en:
         offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions}
         onramp_right_without_exit: Turn right on the ramp onto %{name}
         onramp_right_with_directions: Turn right onto the ramp towards %{directions}
-        onramp_right_with_name_and_directions: Turn right on the ramp onto %{name}, 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
         endofroad_right_without_exit: At the end of the road turn right onto %{name}
         merge_right_without_exit: Merge right onto %{name}
@@ -2359,7 +2359,7 @@ en:
         offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions}
         onramp_left_without_exit: Turn left on the ramp onto %{name}
         onramp_left_with_directions: Turn left onto the ramp towards %{directions}
-        onramp_left_with_name_and_directions: Turn left on the ramp onto %{name}, 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
         endofroad_left_without_exit: At the end of the road turn left onto %{name}
         merge_left_without_exit: Merge left onto %{name}