This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients docs@python, mdk
Date 2017-08-08.15:29:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502206180.29.0.859774070814.issue31146@psf.upfronthosting.co.za>
In-reply-to
Content
As, by default, "english" is selected, and as we're building translations far before rendering them public by adding them to the language switcher, there's a timespan where a human can voluntarily land on a translation with a language switcher unaware of this language.

The language switcher currently defaults to english, so english is selected. As "english" is already selected, one can't select "english" to navigate to the english version.

Solutions may be to just hide the select element on unknown translations, or display the unknown language tag. With more work and a "predicted" list of tags-names, it may be possible to also display the name of the language.


Code is here: https://github.com/python/cpython/blob/master/Doc/tools/static/switchers.js

I'll take a look, but if some want to do it, let me know.
History
Date User Action Args
2017-08-08 15:29:40mdksetrecipients: + mdk, docs@python
2017-08-08 15:29:40mdksetmessageid: <1502206180.29.0.859774070814.issue31146@psf.upfronthosting.co.za>
2017-08-08 15:29:40mdklinkissue31146 messages
2017-08-08 15:29:39mdkcreate