chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-03-09 15:18:32 +01:00
parent 95f157a6c9
commit 4220563e34
7 changed files with 414 additions and 428 deletions

View file

@ -70,19 +70,22 @@
{
"id": "all-questions-at-once",
"question": {
"en": "Should questions for unknown data fields appear one-by-one or together?"
"en": "Should questions for unknown data fields appear one-by-one or together?",
"de": "Sollen Fragen für unbekannte Datenfelder einzeln oder zusammen angezeigt werden?"
},
"mappings": [
{
"if": "mapcomplete-show-all-questions=true",
"then": {
"en": "Show all questions in the infobox together"
"en": "Show all questions in the infobox together",
"de": "Alle Fragen in der Infobox zusammen anzeigen"
}
},
{
"if": "mapcomplete-show-all-questions=false",
"then": {
"en": "Show questions one-by-one"
"en": "Show questions one-by-one",
"de": "Fragen der Reihe nach anzeigen"
}
}
]