Skip to content

Commit dd5df5f

Browse files
committed
Added more commas to linked instructions
1 parent 1589b93 commit dd5df5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"phrase": {
54-
"two linked by distance": "{instruction_one}, then in {distance}, {instruction_two}",
54+
"two linked by distance": "{instruction_one}, then, in {distance}, {instruction_two}",
5555
"two linked": "{instruction_one}, then {instruction_two}",
5656
"one in distance": "In {distance}, {instruction_one}",
5757
"name and ref": "{name} ({ref})"

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)