File tree Expand file tree Collapse file tree 3 files changed +9
-17
lines changed
Expand file tree Collapse file tree 3 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 22 "key" : " orientation" ,
33 "type" : " combo" ,
44 "label" : " Orientation" ,
5- "strings" : {
6- "options" : {
7- "parallel" : " Parallel to the Street" ,
8- "diagonal" : " Diagonal in Relation to the Street" ,
9- "perpendicular" : " Meets the Street at a Straight Angle"
10- }
11- },
5+ "options" : [
6+ " parallel" ,
7+ " diagonal" ,
8+ " perpendicular"
9+ ],
10+ "stringsCrossReference" : " {parking/side/orientation}" ,
1211 "autoSuggestions" : false
1312}
Original file line number Diff line number Diff line change 88 "key" : " parking:orientation"
99 },
1010 "type" : " directionalCombo" ,
11- "label" : " Parking orientation " ,
11+ "label" : " Parking Orientation " ,
1212 "strings" : {
1313 "types" : {
1414 "parking:left:orientation" : " Left side" ,
Original file line number Diff line number Diff line change @@ -3363,13 +3363,6 @@ en:
33633363 orientation/orientation_parking:
33643364 # orientation=*
33653365 label: Orientation
3366- options:
3367- # orientation=diagonal
3368- diagonal: Diagonal in Relation to the Street
3369- # orientation=parallel
3370- parallel: Parallel to the Street
3371- # orientation=perpendicular
3372- perpendicular: Meets the Street at a Straight Angle
33733366 outdoor_seating:
33743367 # outdoor_seating=*
33753368 label: Outdoor Seating
@@ -3428,15 +3421,15 @@ en:
34283421 underground: Underground
34293422 parking/side/orientation:
34303423 # parking:left:orientation=*, parking:right:orientation=*
3431- label: Parking orientation
3424+ label: Parking Orientation
34323425 options:
34333426 # parking:both:orientation=diagonal
34343427 diagonal: Diagonal in Relation to the Street (~45°)
34353428 # parking:both:orientation=parallel
34363429 parallel: Parallel to the Street
34373430 # parking:both:orientation=perpendicular
34383431 perpendicular: Meets the Street at a Straight Angle (~90°)
3439- terms: '[translate with synonyms or related terms for ''Parking orientation '', separated by commas]'
3432+ terms: '[translate with synonyms or related terms for ''Parking Orientation '', separated by commas]'
34403433 types:
34413434 parking:left:orientation: Left side
34423435 parking:right:orientation: Right side
You can’t perform that action at this time.
0 commit comments