mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 05:30:30 +02:00
Add translatable strings to basin type field (#710)
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"key": "basin",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"detention": "Detention",
|
||||
"evaporation": "Evaporation",
|
||||
"infiltration": "Infiltration",
|
||||
"retention": "Retention"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user