Skip to content

Commit

Permalink
Add translatable strings to basin type field (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Jan 9, 2023
1 parent 092edf1 commit a5c988c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/fields/basin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"key": "basin",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"detention": "Detention",
"evaporation": "Evaporation",
"infiltration": "Infiltration",
"retention": "Retention"
}
}
}

0 comments on commit a5c988c

Please sign in to comment.