Skip to content

Commit 9b7e616

Browse files
authored
Add translatable strings to bridge field (#1002)
1 parent aeaf9b5 commit 9b7e616

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

data/fields/bridge_combo.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"key": "bridge",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"aqueduct": "Aqueduct",
8+
"boardwalk": "Boardwalk",
9+
"cantilever": "Cantilever Bridge",
10+
"covered": "Covered Bridge",
11+
"low_water_crossing": "Low Water Crossing",
12+
"movable": "Movable Bridge",
13+
"trestle": "Trestle Bridge",
14+
"viaduct": "Viaduct"
15+
}
16+
}
517
}

0 commit comments

Comments
 (0)