Move recycling:pmd to the bottom of the mappings to fix translation missync

This commit is contained in:
Pieter Vander Vennet 2024-05-16 00:32:28 +02:00
parent 3204a76fc9
commit a68b79fe7c

View file

@ -1112,18 +1112,6 @@
"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 verkpakkingen, metalen verkpakkingen en drankpakken kunnen hier gerecycled worden"
},
"icon": {
"path": "./assets/layers/recycling/pmd.svg",
"class": "medium"
}
},
{
"if": "recycling:printer_cartridges=yes",
"ifnot": "recycling:printer_cartridges=",
@ -1261,6 +1249,18 @@
"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"
}
}
]
},
@ -1710,4 +1710,4 @@
"enableRelocation": true,
"enableImproveAccuracy": true
}
}
}