Add translatable strings to utility type field (#713)

This commit is contained in:
kjonosm
2023-01-09 17:36:52 +01:00
committed by GitHub
parent 9e99c4b7ce
commit 9934b3ecb8
+12 -1
View File
@@ -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"
}
}
}