From 584720a51220c131ebf1d82100c5bb1ef5f61968 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:45:37 +0100 Subject: [PATCH] Add translatable strings to archaeological_site type field (#707) --- data/fields/archaeological_site.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/data/fields/archaeological_site.json b/data/fields/archaeological_site.json index 22b12999..f2b301c4 100644 --- a/data/fields/archaeological_site.json +++ b/data/fields/archaeological_site.json @@ -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" + } + } }