Translation sync, move new question to the bottom

This commit is contained in:
Pieter Vander Vennet 2021-07-18 18:02:17 +02:00
parent 0e9e1f8796
commit bd89e66aca
44 changed files with 1343 additions and 961 deletions

View file

@ -15,6 +15,21 @@
"opening_hours": {
"question": "What are the opening hours of {name}?",
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "On what level is this feature located?",
"render": "Located on the {level}th floor",
"mappings": {
"0": {
"then": "Located underground"
},
"1": {
"then": "Located on the ground floor"
},
"2": {
"then": "Located on the first floor"
}
}
}
}
}