mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
Added translatable tunnel types (#251)
Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"key": "tunnel",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"avalanche_protector": "Avalanche Protector",
|
||||
"building_passage": "Building Passage",
|
||||
"culvert": "Culvert",
|
||||
"flooded": "Flooded Tunnel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3534,6 +3534,15 @@ en:
|
||||
tunnel_combo:
|
||||
# tunnel=*
|
||||
label: Type
|
||||
options:
|
||||
# tunnel=avalanche_protector
|
||||
avalanche_protector: Avalanche Protector
|
||||
# tunnel=building_passage
|
||||
building_passage: Building Passage
|
||||
# tunnel=culvert
|
||||
culvert: Culvert
|
||||
# tunnel=flooded
|
||||
flooded: Flooded Tunnel
|
||||
turning_circle:
|
||||
# turning_circle=*
|
||||
label: Shape
|
||||
|
||||
Reference in New Issue
Block a user