Add schoolyard as deletion option in playground theme
This commit is contained in:
parent
d2b76b744b
commit
1e9057a16f
1 changed files with 16 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue