Themes: add correct title for cafe, nightclub and bar if no name is present, fix #1704

This commit is contained in:
Pieter Vander Vennet 2023-11-13 01:51:25 +01:00
parent 41b6eea430
commit 0129845d22

View file

@ -69,6 +69,24 @@
"eu": "<i>{name}</i>",
"cs": "<i>{name}</i>"
}
},
{
"if":"amenity=bar",
"then": {
"en":"Bar"
}
},
{
"if":"amenity=cafe",
"then": {
"en":"Cafe"
}
},
{
"if":"amenity=nightclub",
"then": {
"en":"Nightclub"
}
}
]
},