-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Could we provide the user the right language more automatically? #82
Comments
We could use the language the browser is in. See developer.mozilla.org It would be quite easy to implement. |
On the backend side the server could make use of |
It's worth noting that MDN is experimenting with “Remember language” feature. It should help with user preference for redirection behaviour. |
I mean, when a french browser hits
docs.python.org/
it could be redirected todocs.python.org/fr/
in a clean way.I'm sure some people prefer reading the english version anway, so we need to find a smart way of doing it, a way such that nobody can complain about it.
The text was updated successfully, but these errors were encountered: