Skip to content

Commit d3cc448

Browse files
committed
add "riding_hall" also as an option to the "building type" field
see #1048
1 parent 970526a commit d3cc448

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

data/fields/building.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"public": "Public Building",
4747
"residential": "Residential Building",
4848
"retail": "Retail Building",
49+
"riding_hall": "Horseback Riding Arena",
4950
"roof": "Roof",
5051
"ruins": "Building Ruins",
5152
"school": "School Building",

interim/source_strings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,8 @@ en:
776776
residential: Residential Building
777777
# building=retail
778778
retail: Retail Building
779+
# building=riding_hall
780+
riding_hall: Horseback Riding Arena
779781
# building=roof
780782
roof: Roof
781783
# building=ruins

0 commit comments

Comments
 (0)