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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,13 @@
{
"key": "basin",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"detention": "Detention",
"evaporation": "Evaporation",
"infiltration": "Infiltration",
"retention": "Retention"
}
}
}