Layer reformatting/translation generation

This commit is contained in:
Pieter Vander Vennet 2021-12-05 21:02:55 +01:00
parent 7757e898ba
commit 3cada0b678
9 changed files with 167 additions and 15 deletions

View file

@ -215,7 +215,8 @@
"then": {
"en": "This door revolves automatically all the time"
}
},{
},
{
"if": "automatic_door=serviced_on_button_press",
"then": {
"en": "This door will be opened by staff when requested by <b>pressing a button</b"
@ -235,7 +236,7 @@
"en": "This door has a width of {canonical(width)} meter"
},
"question": {
"en":"What is the width of this door/entrance?"
"en": "What is the width of this door/entrance?"
},
"freeform": {
"key": "width",
@ -267,7 +268,9 @@
"preferredBackground": "photo",
"snapToLayer": "walls_and_buildings"
},
"tags": ["entrance=yes"]
"tags": [
"entrance=yes"
]
}
]
}