Add translatable strings to bridge field (#1002)

This commit is contained in:
kjonosm
2024-02-26 12:48:58 +01:00
committed by GitHub
parent aeaf9b5555
commit 9b7e616904
+13 -1
View File
@@ -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"
}
}
}