Chore: linting

This commit is contained in:
Pieter Vander Vennet 2024-04-13 02:40:21 +02:00
parent 4625ad9a5c
commit 097141f944
307 changed files with 5346 additions and 2147 deletions

View file

@ -3,7 +3,7 @@
"name": {
"ca": "Publicitat",
"es": "Publicidad",
"en": "Advertise",
"en": "Advertisement",
"de": "Werbeeinrichtungen",
"cs": "Reklama",
"nl": "Reclame",

View file

@ -49,7 +49,8 @@
"pl": "Bankomat",
"pt_BR": "Caixa eletrônico",
"es": "Cajero automático",
"pt": "Multibanco"
"pt": "Multibanco",
"sl": "Bankomat"
},
"mappings": [
{
@ -226,7 +227,8 @@
"pl": "Ten bankomat jest obsługiwany przez {operator}",
"pt_BR": "O caixa eletrônico é operado por {operator}",
"es": "El cajero es de {operator}",
"pt": "O multibanco é operado por {operator}"
"pt": "O multibanco é operado por {operator}",
"sl": "Ta bankomat upravlja {operator}"
}
},
"opening_hours_24_7",

View file

@ -847,7 +847,7 @@
{
"if": "cargo_bike=no",
"then": {
"en": "You're not allowed to park cargo bikes",
"en": "You're not allowed to park cargo bikes or there are no places provided for cargo bikes",
"nl": "Je mag hier geen bakfietsen parkeren",
"gl": "Non está permitido aparcar bicicletas de carga",
"de": "Der Parkplatz bietet keine Stellflächen für Lastenfahrräder",
@ -903,15 +903,19 @@
"key": "capacity:cargo_bike",
"type": "nat"
},
"mappings": [{
"mappings": [
{
"if": "cargo_bike=no",
"then": {
"en": "There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed",
"nl": "Hier zijn geen plaatsen voor bakfietsen voorzien of bakfietsen stallen is niet toegestaan "
},
"hideInAnswer": "capacity:cargo_bike=",
"addExtraTags": ["capacity:cargo_bike="]
}],
"addExtraTags": [
"capacity:cargo_bike="
]
}
],
"id": "Cargo bike capacity?"
}
],

View file

@ -281,7 +281,10 @@
},
{
"if": {
"and":["service:bicycle:cleaning~*","service:bicycle:cleaning!=no"]
"and": [
"service:bicycle:cleaning~*",
"service:bicycle:cleaning!=no"
]
},
"then": "circle:#6bc4f7;./assets/layers/bike_cleaning/bike_cleaning_icon.svg"
}