Remove useless mapping
This commit is contained in:
parent
05e3869672
commit
1c5e9426aa
3 changed files with 0 additions and 34 deletions
|
@ -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?"
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue