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
I'd like to be able to inject the language the user uses in nextcloud into an url like: https://example.com?lang={language} which could result in https://example.com?lang=en https://example.com?lang=fr
etc. That would be a lot easier, than using the already existing feature of providing a different link for each language.
If it would be accepted I could create a pull request. Should be easy enough to implement.
The text was updated successfully, but these errors were encountered:
@provokateurin Sorry, don't want to annoy you, but would that pull request be accepted?
Sorry, something went wrong.
Yes, the feature makes sense. Are you planning to implement it?
yes. I should have time next week.
Successfully merging a pull request may close this issue.
How to use GitHub
Feature request
I'd like to be able to inject the language the user uses in nextcloud into an url like:
https://example.com?lang={language}
which could result in
https://example.com?lang=en
https://example.com?lang=fr
etc.
That would be a lot easier, than using the already existing feature of providing a different link for each language.
If it would be accepted I could create a pull request. Should be easy enough to implement.
The text was updated successfully, but these errors were encountered: