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

@ -611,7 +611,8 @@
{
"question": {
"en": "Publicly accessible",
"nl": "Publiek toegankelijk"
"nl": "Publiek toegankelijk",
"de": "Öffentlich zugänglich"
},
"osmTags": {
"or": [
@ -629,35 +630,40 @@
{
"question": {
"en": "All sports",
"nl": "Alle sporten"
"nl": "Alle sporten",
"de": "Alle Sportarten"
}
},
{
"osmTags": "sport=basketball",
"question": {
"nl": "Basketbalvelden",
"en": "Basketball fields"
"en": "Basketball fields",
"de": "Basketballplätze"
}
},
{
"osmTags": "sport=soccer",
"question": {
"nl": "Voetbalvelden",
"en": "Soccer fields"
"en": "Soccer fields",
"de": "Fußballplätze"
}
},
{
"osmTags": "sport=table_tennis",
"question": {
"nl": "Pingpong-tafel",
"en": "Ping-pong table"
"en": "Ping-pong tables",
"de": "Tischtennisplatten"
}
},
{
"osmTags": "sport=tennis",
"question": {
"nl": "Tennisveld",
"en": "Tennis field"
"en": "Tennis fields",
"de": "Tennisplätze"
}
}
]

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"
}
}
]