added bike helmets as an extra option

This commit is contained in:
Thierry1030 2022-04-29 20:53:31 +02:00 committed by GitHub
parent 4672b7eb1a
commit 87fa7a03c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,6 +231,14 @@
"de": "Rennräder können hier gemietet werden",
"es": "Aquí se pueden alquilar bicicletas de carreras"
}
},
{
"if": "rental=bike_helmet"
"then": {
"en": "Bike helmets can be rented here",
"nl": "Fietshelmpen kunnen hier gehuurd worden",
"es": "Aquí se pueden alquilar cascos"
}
}
]
},
@ -422,4 +430,4 @@
}
]
}
}
}