forked from MapComplete/MapComplete
Move recycling:pmd to the bottom of the mappings to fix translation missync
This commit is contained in:
parent
3204a76fc9
commit
a68b79fe7c
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue