Add plastic material option

This commit is contained in:
Pieter Vander Vennet 2022-06-01 20:11:17 +02:00
parent d4abef68b7
commit e3b2bf00e4

View file

@ -76,6 +76,13 @@
"de": "Dies ist ein Picknicktisch aus Beton", "de": "Dies ist ein Picknicktisch aus Beton",
"fr": "Cest une table en béton" "fr": "Cest une table en béton"
} }
},
{
"if": "material=plastic",
"then": {
"en": "This picnic table is made from (recycled) plastic",
"nl": "Deze picknictafel is gemaakt uit (gerecycleerd) plastiek"
}
} }
], ],
"id": "picnic_table-material" "id": "picnic_table-material"