Skip to content

Commit ae9de6f

Browse files
kjonosmtyrasd
andauthored
Add translatable strings to historic field (#813)
* Add translatable strings to historic field * add strings for exisiting historic=* subpresets --------- Co-authored-by: Martin Raifer <martin@raifer.tech>
1 parent ec1dfa6 commit ae9de6f

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

data/fields/historic.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
{
22
"key": "historic",
33
"type": "typeCombo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"archaeological_site": "Archaeological Site",
8+
"bomb_crater": "Bomb Crater",
9+
"boundary_stone": "Boundary Stone",
10+
"building": "Historic Building",
11+
"castle": "Castle",
12+
"charcoal_pile": "Charcoal Pile",
13+
"church": "Church",
14+
"city_gate": "City Gate",
15+
"citywalls": "Citywall",
16+
"fort": "Historic Fort",
17+
"manor": "Manor House",
18+
"memorial": "Memorial",
19+
"milestone": "Milestone",
20+
"mine": "Mine",
21+
"mine_shaft": "Mine Shaft",
22+
"monument": "Monument",
23+
"pillory": "Historic Pillory",
24+
"railway": "Railway",
25+
"ruins": "Ruins",
26+
"shieling": "Shieling",
27+
"tomb": "Tomb",
28+
"wayside_cross": "Wayside Cross",
29+
"wayside_shrine": "Wayside Shrine",
30+
"wreck": "Shipwreck"
31+
}
32+
}
533
}

0 commit comments

Comments
 (0)