Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-06-20 01:44:56 +02:00
parent 522d75e0f9
commit bae64ab2f3
14 changed files with 160 additions and 20 deletions

View file

@ -91,6 +91,20 @@
},
"question": "Does this amenity have electrical outlets, available to customers when they are inside?"
},
"smoking": {
"mappings": {
"0": {
"then": "Smoking is <b>allowed</b>"
},
"1": {
"then": "Smoking is <b>not allowed</b>"
},
"2": {
"then": "Smoking is <b>allowed outside</b>."
}
},
"question": "Is smoking allowed at {title()}?"
},
"website": {
"question": "What is the website of {title()}?"
},