]> granicus.if.org Git - python/commit
bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)
authorJulien Palard <julien@palard.fr>
Thu, 10 Aug 2017 14:54:26 +0000 (16:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Aug 2017 14:54:26 +0000 (16:54 +0200)
commite8e7fba0b24582959feca9c31f2a72fc0251f83d
tree1a265962b9ed161cc4abe84bb94edc5e41d7722c
parent719a15b32587de6c4add4385ee3f84a20711340f
bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)

* bpo-31159: fix language switch regex on unknown yet built languages. (#3039)

This fix a regex issue (a missing non-matching group around an 'or'
list) and the specific possible case where a translation is built but
not yet in known by the picker, but not explicitly listing possible
languages in the regex.
(cherry picked from commit 122081deef86174beee965be1207fa46ea23533d)

* bpo-31149: Doc: Add Japanese to the language switcher. (#3028)

(cherry picked from commit c82b7f332aff606af6c9c163da75f1e86514125e)
Doc/tools/static/switchers.js