Skip to content

Commit 9934b3e

Browse files
authored
Add translatable strings to utility type field (#713)
1 parent 9e99c4b commit 9934b3e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

data/fields/utility.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"key": "utility",
33
"type": "typeCombo",
4-
"label": "Utility"
4+
"label": "Utility",
5+
"strings": {
6+
"options": {
7+
"gas": "Gas",
8+
"oil": "Oil",
9+
"power": "Power",
10+
"sewerage": "Waste Water",
11+
"street_lighting": "Street Lighting",
12+
"telecom": "Telecom",
13+
"water": "Water"
14+
}
15+
}
516
}

0 commit comments

Comments
 (0)