New locationDetailPage displays concert in a location, new datasets, images, URL path changed

This commit is contained in:
2024-09-29 21:42:20 +02:00
parent be5cc090fe
commit d6997229c4
39 changed files with 493 additions and 515 deletions

View File

@@ -1,19 +1,10 @@
{
"menu": {
"allConcerts": "All Concerts",
"allLocations": "All Locations",
"allBands": "All Bands"
},
"shows": {
"highlights": "Highlights",
"tickets": "Ticket | Tickets",
"topConcerts": "Top Concerts",
"topBands": "Top Bands",
"topLocations": "Top Locations"
},
"tours": {
"concert": "Concert | Concerts"
},
"allEvents": "All Events",
"allLocations": "All Locations",
"topEvents": "Top Events",
"topLocations": "Top Locations",
"tickets": "Ticket | Tickets",
"concert": "Concert | Concerts",
"preferences": {
"pageSetup": "Page setup",
"selectedTheme": "Selected theme",
@@ -143,5 +134,10 @@
"brand": "Brand | Brands",
"concerts": {
"location": "Locations"
}
},
"location": "Location | Locations",
"band": "Band | Bands",
"noEventsFound": "No Events found",
"from": "from",
"soldOut": "Sold Out"
}