https://github.com/python/cpython/commit/c82b7f332aff606af6c9c163da75f1e8651... commit: c82b7f332aff606af6c9c163da75f1e86514125e branch: master author: Julien Palard <julien@palard.fr> committer: Victor Stinner <victor.stinner@gmail.com> date: 2017-08-08T23:26:46+02:00 summary: bpo-31149: Doc: Add Japanese to the language switcher. (#3028) files: M Doc/tools/static/switchers.js diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 470ff6d33b7..de9e7b76f9e 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -21,6 +21,7 @@ var all_languages = { 'en': 'English', 'fr': 'Français', + 'ja': 'Japanese', }; function build_version_select(current_version, current_release) {