Skip to content

Commit

Permalink
Add translatable strings to utility type field (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Jan 9, 2023
1 parent 9e99c4b commit 9934b3e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion data/fields/utility.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 9934b3e

Please sign in to comment.