Skip to content

Commit 2714e45

Browse files
authored
Add translatable strings to barrier type field (#709)
1 parent 3be9b6a commit 2714e45

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

data/fields/barrier.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
{
22
"key": "barrier",
33
"type": "typeCombo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"fence": "Fence",
8+
"gate": "Gate",
9+
"wall": "Wall",
10+
"hedge": "Hedge",
11+
"kerb": "Curb",
12+
"bollard": "Bollard",
13+
"lift_gate": "Boom Gate",
14+
"retaining_wall": "Retaining Wall",
15+
"block": "Large Block",
16+
"guard_rail": "Guard Rail",
17+
"cycle_barrier": "Cycle Barrier",
18+
"stile": "Stile",
19+
"entrance": "Entrance",
20+
"swing_gate": "Swing Gate",
21+
"cattle_grid": "Cattle Grid",
22+
"ditch": "Ditch",
23+
"toll_booth": "Toll Booth",
24+
"city_wall": "City Wall",
25+
"kissing_gate": "Kissing Gate",
26+
"chain": "Chain",
27+
"jersey_barrier": "Jersey Barrier",
28+
"height_restrictor": "Height Restrictor",
29+
"turnstile": "Turnstile"
30+
}
31+
}
532
}

0 commit comments

Comments
 (0)