Skip to content

Commit 584720a

Browse files
authored
Add translatable strings to archaeological_site type field (#707)
1 parent dd69bd2 commit 584720a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

data/fields/archaeological_site.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"key": "archaeological_site",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"baths": "Baths",
8+
"city": "Historic City",
9+
"crannog": "Crannog",
10+
"enclosure": "Enclosure",
11+
"fortification": "Fortification",
12+
"hut_circle": "Hut Circle",
13+
"megalith": "Megalith",
14+
"necropolis": "Necropolis",
15+
"petroglyph": "Rock Carving",
16+
"roman_circus": "Roman Circus",
17+
"roman_villa": "Roman Villa",
18+
"settlement": "Historic Settlement",
19+
"tumulus": "Tumulus"
20+
}
21+
}
522
}

0 commit comments

Comments
 (0)