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
NormalizeLocaleMiddleware
In https://mozilla-hub.atlassian.net/browse/TP1-1479 , we have added some new middleware that updates request made to “pt-br” and redirects to the same URL using the correct casing “pt-BR”.
However, there is another locale that could introduce the same issue “fy-NL”.
We should update this middleware to also account for this locale, also add some tests to make sure that the middleware is working as expected.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://mozilla-hub.atlassian.net/browse/TP1-1479 , we have added some new middleware that updates request made to “pt-br” and redirects to the same URL using the correct casing “pt-BR”.
However, there is another locale that could introduce the same issue “fy-NL”.
We should update this middleware to also account for this locale, also add some tests to make sure that the middleware is working as expected.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: