mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 07:24:41 +02:00
Add translatable strings to utility type field (#713)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user