Skip to content

Commit

Permalink
Add translatable strings to barrier type field (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Jan 16, 2023
1 parent 3be9b6a commit 2714e45
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion data/fields/barrier.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
{
"key": "barrier",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"fence": "Fence",
"gate": "Gate",
"wall": "Wall",
"hedge": "Hedge",
"kerb": "Curb",
"bollard": "Bollard",
"lift_gate": "Boom Gate",
"retaining_wall": "Retaining Wall",
"block": "Large Block",
"guard_rail": "Guard Rail",
"cycle_barrier": "Cycle Barrier",
"stile": "Stile",
"entrance": "Entrance",
"swing_gate": "Swing Gate",
"cattle_grid": "Cattle Grid",
"ditch": "Ditch",
"toll_booth": "Toll Booth",
"city_wall": "City Wall",
"kissing_gate": "Kissing Gate",
"chain": "Chain",
"jersey_barrier": "Jersey Barrier",
"height_restrictor": "Height Restrictor",
"turnstile": "Turnstile"
}
}
}

0 comments on commit 2714e45

Please sign in to comment.