Skip to content

Add missing 'on the right' to exit instructions. #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions languages/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"default": "Take the ramp on the right",
"name": "Take the ramp on the right onto {way_name}",
"destination": "Take the ramp on the right towards {destination}",
"exit": "Take exit {exit}",
"exit": "Take exit {exit} on the right",
"exit_destination": "Take exit {exit} on the right towards {destination}"
},
"sharp left": {
Expand All @@ -267,7 +267,7 @@
"default": "Take the ramp on the right",
"name": "Take the ramp on the right onto {way_name}",
"destination": "Take the ramp on the right towards {destination}",
"exit": "Take exit {exit}",
"exit": "Take exit {exit} on the right",
"exit_destination": "Take exit {exit} on the right towards {destination}"
},
"slight left": {
Expand All @@ -281,7 +281,7 @@
"default": "Take the ramp on the right",
"name": "Take the ramp on the right onto {way_name}",
"destination": "Take the ramp on the right towards {destination}",
"exit": "Take exit {exit}",
"exit": "Take exit {exit} on the right",
"exit_destination": "Take exit {exit} on the right towards {destination}"
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/v5/off_ramp/right_exit.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"instructions": {
"de": "Abfahrt 4A nehmen",
"en": "Take exit 4A",
"en": "Take exit 4A on the right",
"es": "Ve cuesta abajo en la derecha en Way Name",
"fr": "Prendre la sortie à droite sur Way Name",
"id": "Ambil jalan melandai di sebelah kanan ke Way Name",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/v5/off_ramp/sharp_right_exit.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"instructions": {
"de": "Abfahrt 4A nehmen",
"en": "Take exit 4A",
"en": "Take exit 4A on the right",
"es": "Ve cuesta abajo en la derecha en Way Name",
"fr": "Prendre la sortie à droite sur Way Name",
"id": "Ambil jalan melandai di sebelah kanan ke Way Name",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/v5/off_ramp/slight_right_exit.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"instructions": {
"de": "Abfahrt 4A nehmen",
"en": "Take exit 4A",
"en": "Take exit 4A on the right",
"es": "Ve cuesta abajo en la derecha en Way Name",
"fr": "Prendre la sortie à droite sur Way Name",
"id": "Ambil jalan melandai di sebelah kanan ke Way Name",
Expand Down