Add contact information to recycling centers

This commit is contained in:
Pieter Vander Vennet 2022-02-22 16:11:00 +01:00
parent bc890f5476
commit 793d765ead
5 changed files with 73 additions and 4 deletions

View file

@ -4294,6 +4294,15 @@
},
"question": "What can be recycled here?"
},
"recycling-centre-name": {
"mappings": {
"0": {
"then": "This recycling centre doesn't have a specific name"
}
},
"question": "What is the name of this recycling centre?",
"render": "This recycling centre is named <b>{name}</b>"
},
"recycling-type": {
"mappings": {
"0": {
@ -4316,6 +4325,9 @@
},
"1": {
"then": "Recycling container"
},
"2": {
"then": "Recycling container"
}
},
"render": "Recycling facility"

View file

@ -4086,6 +4086,15 @@
},
"question": "Wat kan hier gerecycled worden?"
},
"recycling-centre-name": {
"mappings": {
"0": {
"then": "Dit recyclagecentrum heeft geen specifieke naam"
}
},
"question": "Wat is de naam van dit recyclagecentrum?",
"render": "Dit recyclagecentrum heet <b>{name}</b>"
},
"recycling-type": {
"mappings": {
"0": {
@ -4108,6 +4117,9 @@
},
"1": {
"then": "Recyclingcontainer"
},
"2": {
"then": "Recyclingcontainer"
}
},
"render": "Recyclingfaciliteit"