Skip to content

Commit 28d0d33

Browse files
authored
Update en.json to use traffic circle for all circles
I haven't updated the 'roundabout exit' instructions here as I'm not sure 'traffic circle' is the best option in this case. While 'rotary' and 'roundabout' are more precise, 'traffic circle' is more largely understood, at least in US English.
1 parent 46a678a commit 28d0d33

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

languages/translations/en.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -350,19 +350,19 @@
350350
"rotary": {
351351
"default": {
352352
"default": {
353-
"default": "Enter the rotary",
354-
"name": "Enter the rotary and exit onto {way_name}",
355-
"destination": "Enter the rotary and exit towards {destination}"
353+
"default": "Enter the traffic circle",
354+
"name": "Enter the traffic circle and exit onto {way_name}",
355+
"destination": "Enter the traffic circle and exit towards {destination}"
356356
},
357357
"name": {
358358
"default": "Enter {rotary_name}",
359359
"name": "Enter {rotary_name} and exit onto {way_name}",
360360
"destination": "Enter {rotary_name} and exit towards {destination}"
361361
},
362362
"exit": {
363-
"default": "Enter the rotary and take the {exit_number} exit",
364-
"name": "Enter the rotary and take the {exit_number} exit onto {way_name}",
365-
"destination": "Enter the rotary and take the {exit_number} exit towards {destination}"
363+
"default": "Enter the traffic circle and take the {exit_number} exit",
364+
"name": "Enter the traffic circle and take the {exit_number} exit onto {way_name}",
365+
"destination": "Enter the traffic circle and take the {exit_number} exit towards {destination}"
366366
},
367367
"name_exit": {
368368
"default": "Enter {rotary_name} and take the {exit_number} exit",
@@ -374,14 +374,14 @@
374374
"roundabout": {
375375
"default": {
376376
"exit": {
377-
"default": "Enter the roundabout and take the {exit_number} exit",
378-
"name": "Enter the roundabout and take the {exit_number} exit onto {way_name}",
379-
"destination": "Enter the roundabout and take the {exit_number} exit towards {destination}"
377+
"default": "Enter the traffic circle and take the {exit_number} exit",
378+
"name": "Enter the traffic circle and take the {exit_number} exit onto {way_name}",
379+
"destination": "Enter the traffic circle and take the {exit_number} exit towards {destination}"
380380
},
381381
"default": {
382-
"default": "Enter the roundabout",
383-
"name": "Enter the roundabout and exit onto {way_name}",
384-
"destination": "Enter the roundabout and exit towards {destination}"
382+
"default": "Enter the traffic circle",
383+
"name": "Enter the traffic circle and exit onto {way_name}",
384+
"destination": "Enter the traffic circle and exit towards {destination}"
385385
}
386386
}
387387
},

0 commit comments

Comments
 (0)