Add schoolyard as deletion option in playground theme

This commit is contained in:
pietervdvn 2022-06-14 18:43:18 +02:00
parent d2b76b744b
commit 1e9057a16f

View file

@ -348,7 +348,13 @@
"fr": "Non accessible",
"de": "Der Spielplatz ist nicht öffentlich zugänglich"
}
}
},
{"if": "leisure=playground",
"then":
{
"en": "This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public",
"nl": "Dit is een schoolplein - een zone waar de leerlingen kunnen spelen tijdens de pauze. Dit schoolplein is niet toegankelijk voor het publiek"
}}
]
},
"website",
@ -510,6 +516,15 @@
}
],
"deletion": {
"nonDeleteMappings": [
{
"if": "leisure=schoolyard",
"then": {
"en": "This is a schoolyard - an (outdoor) area where pupils of a school can play during recess and which is not publicly accessible",
"nl": "Dit is een schoolplein - een ruimte waar de leerlingen van een school kunnen spelen tijdens de pauze maar die niet publiek toegankelijk is"
}
}
],
"softDeletionTags": {
"and": [
"disused:leisure=playground",