Chore: fix scripts

This commit is contained in:
Pieter Vander Vennet 2024-05-02 15:43:17 +02:00
parent f76e2b4c88
commit 285ec2b256
6 changed files with 155 additions and 128 deletions

View file

@ -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"
}
}
}