Skip to content

Commit 951f04b

Browse files
authored
Rename turn restriction presets to more common names (#262)
* Renamed turn restriction presets to more common names
1 parent ab0f9cd commit 951f04b

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

data/presets/type/restriction/no_straight_on.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"key": "restriction",
1212
"value": "no_straight_on"
1313
},
14-
"name": "No Straight On"
14+
"name": "No Straight Ahead"
1515
}

data/presets/type/restriction/no_u_turn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"key": "restriction",
1212
"value": "no_u_turn"
1313
},
14-
"name": "No U-turn"
14+
"name": "No U-Turn"
1515
}

data/presets/type/restriction/only_left_turn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"key": "restriction",
1212
"value": "only_left_turn"
1313
},
14-
"name": "Only Left Turn"
14+
"name": "Left Turn Only"
1515
}

data/presets/type/restriction/only_right_turn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"key": "restriction",
1212
"value": "only_right_turn"
1313
},
14-
"name": "Only Right Turn"
14+
"name": "Right Turn Only"
1515
}

data/presets/type/restriction/only_straight_on.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"key": "restriction",
1212
"value": "only_straight_on"
1313
},
14-
"name": "Only Straight On"
14+
"name": "Straight Ahead Only"
1515
}

data/presets/type/restriction/only_u_turn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"key": "restriction",
1212
"value": "only_u_turn"
1313
},
14-
"name": "Only U-turn"
14+
"name": "U-Turn Only"
1515
}

interim/source_strings.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9308,28 +9308,28 @@ en:
93089308
terms: '<translate with synonyms or related terms for ''No Right Turn'', separated by commas>'
93099309
type/restriction/no_straight_on:
93109310
# 'type=restriction + restriction=no_straight_on\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
9311-
name: No Straight On
9312-
terms: '<translate with synonyms or related terms for ''No Straight On'', separated by commas>'
9311+
name: No Straight Ahead
9312+
terms: '<translate with synonyms or related terms for ''No Straight Ahead'', separated by commas>'
93139313
type/restriction/no_u_turn:
93149314
# 'type=restriction + restriction=no_u_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
9315-
name: No U-turn
9316-
terms: '<translate with synonyms or related terms for ''No U-turn'', separated by commas>'
9315+
name: No U-Turn
9316+
terms: '<translate with synonyms or related terms for ''No U-Turn'', separated by commas>'
93179317
type/restriction/only_left_turn:
93189318
# 'type=restriction + restriction=only_left_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
9319-
name: Only Left Turn
9320-
terms: '<translate with synonyms or related terms for ''Only Left Turn'', separated by commas>'
9319+
name: Left Turn Only
9320+
terms: '<translate with synonyms or related terms for ''Left Turn Only'', separated by commas>'
93219321
type/restriction/only_right_turn:
93229322
# 'type=restriction + restriction=only_right_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
9323-
name: Only Right Turn
9324-
terms: '<translate with synonyms or related terms for ''Only Right Turn'', separated by commas>'
9323+
name: Right Turn Only
9324+
terms: '<translate with synonyms or related terms for ''Right Turn Only'', separated by commas>'
93259325
type/restriction/only_straight_on:
93269326
# 'type=restriction + restriction=only_straight_on\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
9327-
name: Only Straight On
9328-
terms: '<translate with synonyms or related terms for ''Only Straight On'', separated by commas>'
9327+
name: Straight Ahead Only
9328+
terms: '<translate with synonyms or related terms for ''Straight Ahead Only'', separated by commas>'
93299329
type/restriction/only_u_turn:
93309330
# 'type=restriction + restriction=only_u_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
9331-
name: Only U-turn
9332-
terms: '<translate with synonyms or related terms for ''Only U-turn'', separated by commas>'
9331+
name: U-Turn Only
9332+
terms: '<translate with synonyms or related terms for ''U-Turn Only'', separated by commas>'
93339333
type/route:
93349334
# 'type=route\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
93359335
name: Route

0 commit comments

Comments
 (0)