Chore: prepare-deploy

This commit is contained in:
Pieter Vander Vennet 2023-11-13 14:22:35 +01:00
parent f95f631045
commit 35e1a015a3
136 changed files with 602 additions and 21114 deletions

View file

@ -71,21 +71,21 @@
}
},
{
"if":"amenity=bar",
"if": "amenity=bar",
"then": {
"en":"Bar"
"en": "Bar"
}
},
{
"if":"amenity=cafe",
"if": "amenity=cafe",
"then": {
"en":"Cafe"
"en": "Cafe"
}
},
{
"if":"amenity=nightclub",
"if": "amenity=nightclub",
"then": {
"en":"Nightclub"
"en": "Nightclub"
}
}
]