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
When using the back-office interface to switch to a new language, there are usually two request:
302
ubb_lang_switch
200
lang=[locale]
When the language being switched to is the default, there is an extra request in between:
301
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the back-office interface to switch to a new language, there are usually two request:
302
with the argumentubb_lang_switch
200
resulting page withlang=[locale]
When the language being switched to is the default, there is an extra request in between:
302
with the argumentubb_lang_switch
301
including an empty argument at the end and nolang=[locale]
200
resulting page withlang=[locale]
The text was updated successfully, but these errors were encountered: