forked from MapComplete/MapComplete
Chore: fix scripts
This commit is contained in:
parent
f76e2b4c88
commit
285ec2b256
6 changed files with 155 additions and 128 deletions
|
@ -1495,6 +1495,11 @@
|
|||
},
|
||||
"question": "What is the relative location of this bicycle parking?"
|
||||
},
|
||||
"charge": {
|
||||
"question": "How much does it cost to park your bike here?",
|
||||
"questionHint": "This is the amount which is charged for a single bike",
|
||||
"render": "Parking your bike costs {charge}"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -10665,6 +10670,10 @@
|
|||
"4": {
|
||||
"human": "{quantity} months",
|
||||
"humanSingular": "one month"
|
||||
},
|
||||
"5": {
|
||||
"human": "{quantity} years",
|
||||
"humanSingular": "one year"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue