Skip to content

Commit

Permalink
Add translatable strings to archaeological_site type field (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Jan 16, 2023
1 parent dd69bd2 commit 584720a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion data/fields/archaeological_site.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"key": "archaeological_site",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"baths": "Baths",
"city": "Historic City",
"crannog": "Crannog",
"enclosure": "Enclosure",
"fortification": "Fortification",
"hut_circle": "Hut Circle",
"megalith": "Megalith",
"necropolis": "Necropolis",
"petroglyph": "Rock Carving",
"roman_circus": "Roman Circus",
"roman_villa": "Roman Villa",
"settlement": "Historic Settlement",
"tumulus": "Tumulus"
}
}
}

0 comments on commit 584720a

Please sign in to comment.