Add translatable strings to basin type field (#710)

This commit is contained in:
kjonosm
2023-01-09 16:59:40 +01:00
committed by GitHub
parent 092edf123b
commit a5c988c4d8
+9 -1
View File
@@ -1,5 +1,13 @@
{
"key": "basin",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"detention": "Detention",
"evaporation": "Evaporation",
"infiltration": "Infiltration",
"retention": "Retention"
}
}
}