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