commit | c82b7f332aff606af6c9c163da75f1e86514125e | [log] [tgz] |
---|---|---|
author | Julien Palard <julien@palard.fr> | Tue Aug 08 23:26:46 2017 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Aug 08 23:26:46 2017 +0200 |
tree | f7d60253d5fd7f4ed7059377c4317c92daf5d873 | |
parent | cd7e9c1b67d3d07ee03e0a79af2791c19031cecb [diff] [blame] |
bpo-31149: Doc: Add Japanese to the language switcher. (#3028)
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 470ff6d..de9e7b7 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) {