Skip to content

Commit

Permalink
Add translatable strings to bridge field
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Sep 9, 2023
1 parent f2c16fb commit 918bdbe
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion data/fields/bridge_combo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"key": "bridge",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk",
"cantilever": "Cantilever Bridge",
"covered": "Covered Bridge",
"low_water_crossing": "Low Water Crossing",
"movable": "Movable Bridge",
"trestle": "Trestle Bridge",
"viaduct": "Viaduct"
}
}
}

0 comments on commit 918bdbe

Please sign in to comment.