From a68b79fe7cadcccce7f9fc032dd729e5e023fd6e Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 16 May 2024 00:32:28 +0200 Subject: [PATCH] Move recycling:pmd to the bottom of the mappings to fix translation missync --- assets/layers/recycling/recycling.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json index 81e21b4636..85afda7cd4 100644 --- a/assets/layers/recycling/recycling.json +++ b/assets/layers/recycling/recycling.json @@ -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 } -} \ No newline at end of file +}