forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
5ead6c6e37
5 changed files with 14 additions and 8 deletions
|
@ -2403,7 +2403,8 @@
|
|||
"de": "Wie lange darf man hier maximal parken?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "maxstay"
|
||||
"key": "maxstay",
|
||||
"type": "pfloat"
|
||||
},
|
||||
"render": {
|
||||
"en": "One can stay at most <b>{canonical(maxstay)}</b>",
|
||||
|
@ -3329,4 +3330,4 @@
|
|||
},
|
||||
"neededChangesets": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -564,7 +564,8 @@
|
|||
"nl": "Hoelang mag een voertuig hier blijven staan?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "maxstay"
|
||||
"key": "maxstay",
|
||||
"type": "pfloat"
|
||||
},
|
||||
"render": {
|
||||
"en": "One can stay at most <b>{canonical(maxstay)}</b>",
|
||||
|
@ -1049,4 +1050,4 @@
|
|||
},
|
||||
"neededChangesets": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -515,7 +515,8 @@
|
|||
"cs": "Jaká je šířka těchto dveří/vchodu?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "width"
|
||||
"key": "width",
|
||||
"type": "pfloat"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue