You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-31159: fix language switch regex on unknown yet built languages. … (python#3051)
* bpo-31159: fix language switch regex on unknown yet built languages. (python#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 122081d)
* bpo-31149: Doc: Add Japanese to the language switcher. (python#3028)
(cherry picked from commit c82b7f3)
(cherry picked from commit e8e7fba)
0 commit comments