Remove useless mapping

This commit is contained in:
Robin van der Linde 2022-07-13 11:01:08 +02:00
parent 05e3869672
commit 1c5e9426aa
No known key found for this signature in database
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?"

View file

@ -4626,14 +4626,6 @@
"freeform": {
"placeholder": "Amount of parking spots"
},
"mappings": {
"0": {
"then": "There are parking spots, but it is not known how many"
},
"1": {
"then": "There are no parking spots"
}
},
"question": "How many parking spots are there at this parking?",
"render": "There are {{capacity}} parking spots"
},

View file

@ -4510,14 +4510,6 @@
"freeform": {
"placeholder": "Aantal parkeerplaatsen"
},
"mappings": {
"0": {
"then": "Er zijn parkeerplaatsen, maar het is niet bekend hoeveel er zijn"
},
"1": {
"then": "Er zijn geen parkeerplaatsen"
}
},
"question": "Hoeveel parkeerplaatsen zijn er op deze parking?",
"render": "Er zijn {{capacity}} parkeerplaatsen"
},