From 9934b3ecb88b4b97ad97f5f03c993db010ba4cbd Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:36:52 +0100 Subject: [PATCH] Add translatable strings to utility type field (#713) --- data/fields/utility.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/fields/utility.json b/data/fields/utility.json index e25242487..bccce31a0 100644 --- a/data/fields/utility.json +++ b/data/fields/utility.json @@ -1,5 +1,16 @@ { "key": "utility", "type": "typeCombo", - "label": "Utility" + "label": "Utility", + "strings": { + "options": { + "gas": "Gas", + "oil": "Oil", + "power": "Power", + "sewerage": "Waste Water", + "street_lighting": "Street Lighting", + "telecom": "Telecom", + "water": "Water" + } + } }