Message299932
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. |
|
Date |
User |
Action |
Args |
2017-08-08 15:29:40 | mdk | set | recipients:
+ mdk, docs@python |
2017-08-08 15:29:40 | mdk | set | messageid: <1502206180.29.0.859774070814.issue31146@psf.upfronthosting.co.za> |
2017-08-08 15:29:40 | mdk | link | issue31146 messages |
2017-08-08 15:29:39 | mdk | create | |
|