Skip to content

Commit

Permalink
v1.4.6.7: Temp removed wait time history content
Browse files Browse the repository at this point in the history
  • Loading branch information
timyboy12345 committed Mar 28, 2024
1 parent b0ed904 commit 2fbe380
Show file tree
Hide file tree
Showing 8 changed files with 26,159 additions and 18,790 deletions.
3 changes: 3 additions & 0 deletions locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ export default {
shortestWaitTimesToday: 'Shortest waiting times',
seoTitle: 'History of wait times of {0}',
seoTitleLoading: 'History of wait times',
tempTitle: 'Wait time history is temporarily down',
tempContent:
'Processing multiple years of wait time history takes a lot of compute power, which is why this functionality is temporarily turned off. But no worries, the data is still being gathered, and once we find a faster way to present the data to our visitors we will re-enable this function once again.',
},
map: {
parksAreBeingLoaded: 'Parks are being loaded...',
Expand Down
3 changes: 3 additions & 0 deletions locales/es-ES.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ export default {
shortestWaitTimesToday: 'Tiempos de espera maás cortos hoy',
seoTitle: 'Historial de colas de {0}',
seoTitleLoading: 'Historial de colas',
tempTitle: 'El historial de tiempo de espera está temporalmente deshabilitado',
tempContent:
'Procesar los tiempos de espera de varios años en diferentes parques requiere mucha potencia informática, por lo que esta función está temporalmente desactivada. Pero no se preocupe, los datos aún se están recopilando. Tan pronto como encontremos una mejor manera de presentar los datos, esta función volverá a estar disponible.',
},
map: {
parksAreBeingLoaded: 'Todos los parques temáticos se están cargando...',
Expand Down
3 changes: 3 additions & 0 deletions locales/nl-NL.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ export default {
shortestWaitTimesToday: 'Kortste wachttijden van vandaag',
seoTitle: 'Geschiedenis van Wachttijden van {0}',
seoTitleLoading: 'Geschiedenis van Wachttijden',
tempTitle: 'Wachttijdgeschiedenis staat tijdelijk uit',
tempContent:
'Het verwerken van meerdere jaren aan wachttijden voor verschillende parken kost erg veel rekenkracht, daarom staat deze functie even uit. Maar geen zorgen, de data wordt nog steeds verzameld, zodra we een betere manier hebben gevonden om de data te presenteren zal deze functie weer online komen.',
},
map: {
parksAreBeingLoaded: 'Alle pretparken worden ingeladen...',
Expand Down
2 changes: 2 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export default {
{ src: '~plugins/markdown', ssr: false },
// https://vinodugale219.medium.com/add-date-filter-in-nuxtjs-7dead1373d7c
'~plugins/filters.js',
// https://stackoverflow.com/questions/67718493/nuxtjs-manage-several-axios-instances
'~plugins/rcdb',
],

// Auto import components: https://go.nuxtjs.dev/config-components
Expand Down
Loading

0 comments on commit 2fbe380

Please sign in to comment.