We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, for example if the path is /freedom and you have the locale fr, then it will switch to French even if your current locale is English for example.
/freedom
fr
Reproduction here: https://github.com/amosbastian/astro-i18n-example
I confirmed it's caused by the pull request #34
The text was updated successfully, but these errors were encountered:
Maybe we just need the check to be a bit less naive. Maybe it should check if it starts with /fr, but is followed by nothing or a slash
/fr
Sorry, something went wrong.
No branches or pull requests
So, for example if the path is
/freedom
and you have the localefr
, then it will switch to French even if your current locale is English for example.Reproduction here: https://github.com/amosbastian/astro-i18n-example
CleanShot.2024-10-03.at.21.10.50.mp4
I confirmed it's caused by the pull request #34
The text was updated successfully, but these errors were encountered: