Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-07-26 16:58:51 +02:00
parent 6d99dd5045
commit 6cf6e3c6ea
57 changed files with 4812 additions and 800 deletions

View file

@ -55,6 +55,12 @@
"question": "On what level is this feature located?",
"render": "Located on the {level}th floor"
},
"multilevels": {
"override": {
"question": "What levels does this elevator go to?",
"render": "This elevator goes to floors {level}"
}
},
"opening_hours": {
"question": "What are the opening hours of {title()}?",
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"