Themes: add cargo bike option to bicycle rental, fix #2016

This commit is contained in:
Pieter Vander Vennet 2024-07-09 16:55:49 +02:00
parent 8390b9c541
commit b98aaff810

View file

@ -466,6 +466,13 @@
"pt": "Capacetes de ciclismo podem ser alugados aqui", "pt": "Capacetes de ciclismo podem ser alugados aqui",
"pl": "Można tutaj wypożyczyć kaski rowerowe" "pl": "Można tutaj wypożyczyć kaski rowerowe"
} }
},
{
"if": "rental=cargo_bike",
"then": {
"en": "Cargo bikes can be rented here",
"nl": "Bakfietsen kunnen hier gehuurd worden"
}
} }
], ],
"condition": { "condition": {