bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
26 stars 1 forks source link

Fix URL router clearing locale #343

Closed graue closed 4 months ago

graue commented 4 months ago

We support overriding the locale like this (to get Spanish translations): https://bikehopper.org/?locale=es-US

Client-side routing should preserve that locale parameter, but it isn't preserving it in the case where a route fetch fails. This fixes.