Skip to content

Commit 38c6630

Browse files
committed
Specify 'on the right'.
1 parent da902d9 commit 38c6630

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

languages/translations/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"name": "Take the ramp on the right onto {way_name}",
255255
"destination": "Take the ramp on the right towards {destination}",
256256
"exit": "Take exit {exit}",
257-
"exit_destination": "Take exit {exit} towards {destination}"
257+
"exit_destination": "Take exit {exit} on the right towards {destination}"
258258
},
259259
"sharp left": {
260260
"default": "Take the ramp on the left",
@@ -268,7 +268,7 @@
268268
"name": "Take the ramp on the right onto {way_name}",
269269
"destination": "Take the ramp on the right towards {destination}",
270270
"exit": "Take exit {exit}",
271-
"exit_destination": "Take exit {exit} towards {destination}"
271+
"exit_destination": "Take exit {exit} on the right towards {destination}"
272272
},
273273
"slight left": {
274274
"default": "Take the ramp on the left",
@@ -282,7 +282,7 @@
282282
"name": "Take the ramp on the right onto {way_name}",
283283
"destination": "Take the ramp on the right towards {destination}",
284284
"exit": "Take exit {exit}",
285-
"exit_destination": "Take exit {exit} towards {destination}"
285+
"exit_destination": "Take exit {exit} on the right towards {destination}"
286286
}
287287
},
288288
"on ramp": {

test/fixtures/v5/off_ramp/right_exit_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"de": "Rampe auf der rechten Seite nehmen Richtung Destination 1",
13-
"en": "Take exit 4A towards Destination 1",
13+
"en": "Take exit 4A on the right towards Destination 1",
1414
"es": "Ve cuesta abajo en la derecha hacia Destination 1",
1515
"fr": "Prendre la sortie à droite en direction de Destination 1",
1616
"id": "Ambil jalan melandai di sebelah kanan menuju Destination 1",

test/fixtures/v5/off_ramp/sharp_right_exit_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"de": "Rampe auf der rechten Seite nehmen Richtung Destination 1",
13-
"en": "Take exit 4A towards Destination 1",
13+
"en": "Take exit 4A on the right towards Destination 1",
1414
"es": "Ve cuesta abajo en la derecha hacia Destination 1",
1515
"fr": "Prendre la sortie à droite en direction de Destination 1",
1616
"id": "Ambil jalan melandai di sebelah kanan menuju Destination 1",

test/fixtures/v5/off_ramp/slight_right_exit_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"de": "Rampe auf der rechten Seite nehmen Richtung Destination 1",
13-
"en": "Take exit 4A towards Destination 1",
13+
"en": "Take exit 4A on the right towards Destination 1",
1414
"es": "Ve cuesta abajo en la derecha hacia Destination 1",
1515
"fr": "Prendre la sortie à droite en direction de Destination 1",
1616
"id": "Ambil jalan melandai di sebelah kanan menuju Destination 1",

0 commit comments

Comments
 (0)