[issue31149] Add Japanese to the language switcher

2017-09-22 Thread Julien Palard
Changes by Julien Palard : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31149] Add Japanese to the language switcher

2017-08-17 Thread Julien Palard
Julien Palard added the comment: Has been merged on master, backported to 3.6 and 2.7. It starts to appear on some versions as the script is currently running, like in https://docs.python.org/2.7/. I'll close when I'll see this on all versions. --

[issue31149] Add Japanese to the language switcher

2017-08-17 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3155 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31149] Add Japanese to the language switcher

2017-08-17 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3154 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31149] Add Japanese to the language switcher

2017-08-17 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3152 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31149] Add Japanese to the language switcher

2017-08-14 Thread Julien Palard
Julien Palard added the comment: @inada make sense, so I'll change "Français" for "French" for consistency. -- ___ Python tracker ___

[issue31149] Add Japanese to the language switcher

2017-08-14 Thread INADA Naoki
INADA Naoki added the comment: My preference is "Japanese". After selecting drop down list, we can type "jap" to select Japanese. On the other hand, we should use IME to input "日本語". It's not so easy as input alphabets. -- ___ Python tracker

[issue31149] Add Japanese to the language switcher

2017-08-13 Thread STINNER Victor
STINNER Victor added the comment: New changeset fe8d9dc479a96ef490034107e7d4a6228b4be140 by Victor Stinner (Julien Palard) in branch '2.7': bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) (#3081) https://github.com/python/cpython/commit/fe8d9dc479a96ef490034107e7

[issue31149] Add Japanese to the language switcher

2017-08-13 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3122 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31149] Add Japanese to the language switcher

2017-08-13 Thread Julien Palard
Julien Palard added the comment: Arfrever: nice catch! Inda: What do you think? Any preference between "日本語", "Japanese", and "日本語 (Japanese)"? I personally don't like much the "日本語 (Japanese)" version, but I don't care much between "French" and "Français" as they're using the same alphabet.

[issue31149] Add Japanese to the language switcher

2017-08-13 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: There is a minor inconsistency: For French language, name in the list is displayed in French as "Français". For Japanese language, name in the list is displayed in English as "Japanese" instead of in Japanese as "日本語". Maybe it would be bes

[issue31149] Add Japanese to the language switcher

2017-08-10 Thread STINNER Victor
STINNER Victor added the comment: I reopen the issue: backport to 2.7 is still needed. -- status: closed -> open versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracker

[issue31149] Add Japanese to the language switcher

2017-08-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset e8e7fba0b24582959feca9c31f2a72fc0251f83d by Victor Stinner (Julien Palard) in branch '3.6': bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) https://github.com/python/cpython/commit/e8e7fba0b24582959feca9c31f2a72fc025

[issue31149] Add Japanese to the language switcher

2017-08-10 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3099 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31149] Add Japanese to the language switcher

2017-08-09 Thread Julien Palard
Changes by Julien Palard : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue31149] Add Japanese to the language switcher

2017-08-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset c82b7f332aff606af6c9c163da75f1e86514125e by Victor Stinner (Julien Palard) in branch 'master': bpo-31149: Doc: Add Japanese to the language switcher. (#3028) https://github.com/python/cpython/commit/c82b7f332aff606af6c9c163da75f1e86514125e -

[issue31149] Add Japanese to the language switcher

2017-08-08 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3062 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31149] Add Japanese to the language switcher

2017-08-08 Thread Julien Palard
New submission from Julien Palard: Japanese translation have reached the prerequisites from PEP 545, their last step is to be added to the language switcher. Current build has been reviewed by Inada and is OK: https://docs.python.org/ja/3.7/ Note: On the current build, the /ja/ is not detecte