Add 'needles' as waste category

This commit is contained in:
Pieter Vander Vennet 2022-04-08 01:25:10 +02:00
parent f61df52c7d
commit f59b2aee33
3 changed files with 14 additions and 0 deletions

View file

@ -773,6 +773,14 @@
"class": "medium" "class": "medium"
} }
}, },
{
"if": "recycling:needles=yes",
"ifnot": "recycling:needles=",
"then": {
"en": "Needles can be recycled here",
"nl": "Injectienaalden kunnen hier gerecycled worden"
}
},
{ {
"if": "recycling:waste=yes", "if": "recycling:waste=yes",
"ifnot": "recycling:waste=", "ifnot": "recycling:waste=",

View file

@ -4353,6 +4353,9 @@
"then": "Small electrical appliances can be recycled here" "then": "Small electrical appliances can be recycled here"
}, },
"19": { "19": {
"then": "Needles can be recycled here"
},
"20": {
"then": "Residual waste can be recycled here" "then": "Residual waste can be recycled here"
} }
}, },

View file

@ -4398,6 +4398,9 @@
"then": "Kleine elektrische apparaten kunnen hier gerecycled worden" "then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
}, },
"19": { "19": {
"then": "Injectienaalden kunnen hier gerecycled worden"
},
"20": {
"then": "Restafval kan hier gerecycled worden" "then": "Restafval kan hier gerecycled worden"
} }
}, },