Skip to content

Commit 61a9acd

Browse files
authored
Merge pull request #147 from Project-OSRM/1ec5-phrase-commas
Add commas to linked phrases
2 parents 51bc415 + dd5df5f commit 61a9acd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

languages/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
}
5252
},
5353
"phrase": {
54-
"two linked by distance": "{instruction_one} then in {distance} {instruction_two}",
55-
"two linked": "{instruction_one} then {instruction_two}",
54+
"two linked by distance": "{instruction_one}, then, in {distance}, {instruction_two}",
55+
"two linked": "{instruction_one}, then {instruction_two}",
5656
"one in distance": "In {distance}, {instruction_one}",
5757
"name and ref": "{name} ({ref})"
5858
},

test/fixtures/v5/phrase/two_linked.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"phrases": {
77
"de": "Do this danach Do that",
8-
"en": "Do this then Do that",
8+
"en": "Do this, then Do that",
99
"es": "Do this, entonces Do that",
1010
"fr": "Do this then Do that",
1111
"id": "Do this then Do that",

test/fixtures/v5/phrase/two_linked_by_distance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"phrases": {
88
"de": "Do this danach in 0 units Do that",
9-
"en": "Do this then in 0 units Do that",
9+
"en": "Do this, then, in 0 units, Do that",
1010
"es": "Do this, entonces a 0 units, Do that",
1111
"fr": "Do this then in 0 units Do that",
1212
"id": "Do this then in 0 units Do that",

0 commit comments

Comments
 (0)