Remove useless mapping

This commit is contained in:
Robin van der Linde 2022-07-13 11:01:08 +02:00
parent 05e3869672
commit 1c5e9426aa
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 0 additions and 34 deletions

View file

@ -153,24 +153,6 @@
"nl": "Aantal parkeerplaatsen"
}
},
"mappings": [
{
"if": "capacity=yes",
"then": {
"en": "There are parking spots, but it is not known how many",
"nl": "Er zijn parkeerplaatsen, maar het is niet bekend hoeveel er zijn"
},
"hideInAnswer": true
},
{
"if": "capacity=no",
"then": {
"en": "There are no parking spots",
"nl": "Er zijn geen parkeerplaatsen"
},
"hideInAnswer": true
}
],
"question": {
"en": "How many parking spots are there at this parking?",
"nl": "Hoeveel parkeerplaatsen zijn er op deze parking?"