Skip to content

Commit

Permalink
Add translatable strings to bollard type field (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Dec 22, 2022
1 parent f4894d9 commit 79e5752
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion data/fields/bollard.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"key": "bollard",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"fixed": "Fixed Bollard",
"flexible": "Flexible Bollard",
"foldable": "Foldable Bollard",
"removable": "Removable Bollard",
"rising": "Rising Bollard"
}
}
}

0 comments on commit 79e5752

Please sign in to comment.