Merge master

This commit is contained in:
Pieter Vander Vennet 2022-06-20 03:22:27 +02:00
commit f0c90b4d1c
50 changed files with 815 additions and 282 deletions

View file

@ -1274,6 +1274,10 @@
"2": {
"description": "A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment",
"title": "a cafe"
},
"3": {
"description": "A <b>nightclub</b> or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks",
"title": "a nightclub or disco"
}
},
"tagRenderings": {
@ -1293,6 +1297,9 @@
},
"4": {
"then": "An open space where beer is served, typically seen in Germany"
},
"5": {
"then": "This is a <b>nightclub</b> or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks"
}
},
"question": "What kind of cafe is this?"

View file

@ -1280,6 +1280,10 @@
"2": {
"description": "Dit is een <b>cafe</b> - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen.",
"title": "een café"
},
"3": {
"description": "Een <b>nachtclub</b> met dansvloer, DJ met bijhorende lichteffecten en bar waar men (alcoholische) dranken kan nuttigen",
"title": "een nachtclub of disco"
}
},
"tagRenderings": {
@ -1299,6 +1303,9 @@
},
"4": {
"then": "Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland"
},
"5": {
"then": "Dit is een <b>nachtclub</b> met dansvloer, DJ met bijhorende lichteffecten en bar waar men (alcoholische) dranken kan nuttigen"
}
},
"question": "Welk soort café is dit?"

View file

@ -5,6 +5,13 @@
"tagRenderings": {
"fixme": {
"question": "這裡需要修什麼?請直接解釋"
},
"housenumber": {
"mappings": {
"0": {
"then": "這棟建築沒有門牌"
}
}
}
}
},