Skip to content

Commit 79e5752

Browse files
authored
Add translatable strings to bollard type field (#702)
1 parent f4894d9 commit 79e5752

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

data/fields/bollard.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"key": "bollard",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"fixed": "Fixed Bollard",
8+
"flexible": "Flexible Bollard",
9+
"foldable": "Foldable Bollard",
10+
"removable": "Removable Bollard",
11+
"rising": "Rising Bollard"
12+
}
13+
}
514
}

0 commit comments

Comments
 (0)