Skip to content

Commit a5c988c

Browse files
authored
Add translatable strings to basin type field (#710)
1 parent 092edf1 commit a5c988c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

data/fields/basin.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"key": "basin",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"detention": "Detention",
8+
"evaporation": "Evaporation",
9+
"infiltration": "Infiltration",
10+
"retention": "Retention"
11+
}
12+
}
513
}

0 commit comments

Comments
 (0)