Skip to content

Commit bba0a37

Browse files
committed
fix casing of field label and reuse existing parking orientation strings
1 parent 171af07 commit bba0a37

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

data/fields/orientation/orientation_parking.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
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
}

data/fields/parking/side/orientation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",

interim/source_strings.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)