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
Is there a config option that will automatically redirect requests that don't match the localized path for the current locale? For example,
If someone on the :es/Spanish locale were to visit (dog_path or dog_en_path): https://es.my-site.com/dog
The desired behavior would be to redirect them to (dog_es_path): https://es.my-site.com/perro
This was previously requested in #66 but rejected.
The text was updated successfully, but these errors were encountered:
Hi,
this at the moment is still not possible.
The behaviour described at #66 (comment) is still valid
At the moment, I would suggest a redirect filter to deal with these edge cases
If someone manage to make a PR, I will be happy to review and consider merging
Sorry, something went wrong.
No branches or pull requests
Is there a config option that will automatically redirect requests that don't match the localized path for the current locale? For example,
If someone on the :es/Spanish locale were to visit (dog_path or dog_en_path):
https://es.my-site.com/dog
The desired behavior would be to redirect them to (dog_es_path):
https://es.my-site.com/perro
This was previously requested in #66 but rejected.
The text was updated successfully, but these errors were encountered: