Use same close-buttons everywhere

This commit is contained in:
Pieter Vander Vennet 2024-09-02 00:26:02 +02:00
parent b353be5360
commit 2f1b0c0ae2
14 changed files with 161 additions and 136 deletions

View file

@ -147,10 +147,13 @@
"cs": "Tento piknikový stůl je vyroben z plastu (recyklované)"
}
},
{"if":"material=metal",
"then":{"en": "This picnic table is made from metal",
{
"if": "material=metal",
"then": {
"en": "This picnic table is made from metal",
"nl": "Deze picnictafel is gemaakt uit metaal"
}}
}
}
],
"id": "picnic_table-material"
}

View file

@ -136,20 +136,32 @@
"tagRenderings": [
"images",
"reviews",
{"question": {
"en": "Does one have to pay to use this playground?",
"nl": "Moet men betalen om deze speeltuin te gebruiken?"
},"id":"fee",
"mappings": [
{"if": "fee=no",
"alsoShowIf": "fee=",
"then": {"en": "Free to use", "nl": "Gratis te gebruiken"}
},{"if": "fee=yes",
"then": {"en": "Paid playground", "nl": "Betalend"}
}],
{
"question": {
"en": "Does one have to pay to use this playground?",
"nl": "Moet men betalen om deze speeltuin te gebruiken?"
},
"id": "fee",
"mappings": [
{
"if": "fee=no",
"alsoShowIf": "fee=",
"then": {
"en": "Free to use",
"nl": "Gratis te gebruiken"
}
},
{
"if": "fee=yes",
"then": {
"en": "Paid playground",
"nl": "Betalend"
}
}
],
"filter": true
}, {
},
{
"question": {
"nl": "Wat is de ondergrond van deze speeltuin?",
"en": "Which is the surface of this playground?",