Move mappings around

This commit is contained in:
Pieter Vander Vennet 2024-05-16 10:40:03 +02:00
parent 187459cda1
commit 2f50dbdf36
12 changed files with 86 additions and 86 deletions

View file

@ -1112,6 +1112,18 @@
"class": "medium"
}
},
{
"if": "recycling:pmd=yes",
"ifnot": "recycling:pmd=",
"then": {
"en": "Plastic packaging, metal packaging and drink cartons (PMD) can be recycled here",
"nl": "Plastic verpakkingen, metalen verpakkingen en drankpakken kunnen hier gerecycled worden"
},
"icon": {
"path": "./assets/layers/recycling/pmd.svg",
"class": "medium"
}
},
{
"if": "recycling:printer_cartridges=yes",
"ifnot": "recycling:printer_cartridges=",
@ -1249,18 +1261,6 @@
"path": "./assets/layers/recycling/bicycles.svg",
"class": "medium"
}
},
{
"if": "recycling:pmd=yes",
"ifnot": "recycling:pmd=",
"then": {
"en": "Plastic packaging, metal packaging and drink cartons (PMD) can be recycled here",
"nl": "Plastic verpakkingen, metalen verpakkingen en drankpakken kunnen hier gerecycled worden"
},
"icon": {
"path": "./assets/layers/recycling/pmd.svg",
"class": "medium"
}
}
]
},

View file

@ -206,6 +206,13 @@
"cs": "Odpadkový koš na plasty"
}
},
{
"if": "waste=pmd",
"then": {
"en": "A waste basket for plastic packaging, metal packaging and drink cartons (PMD)",
"nl": "Een vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)"
}
},
{
"if": "waste=paper",
"then": {
@ -219,13 +226,6 @@
"ca": "Una paperera per a paper",
"cs": "Odpadový koš na papír"
}
},
{
"if": "waste=pmd",
"then": {
"en": "A waste basket for plastic packaging, metal packaging and drink cartons (PMD)",
"nl": "Een vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)"
}
}
]
},