summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2017-08-08 21:26:46 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-08-08 21:26:46 (GMT)
commitc82b7f332aff606af6c9c163da75f1e86514125e (patch)
treef7d60253d5fd7f4ed7059377c4317c92daf5d873
parentcd7e9c1b67d3d07ee03e0a79af2791c19031cecb (diff)
downloadcpython-c82b7f332aff606af6c9c163da75f1e86514125e.zip
cpython-c82b7f332aff606af6c9c163da75f1e86514125e.tar.gz
cpython-c82b7f332aff606af6c9c163da75f1e86514125e.tar.bz2
bpo-31149: Doc: Add Japanese to the language switcher. (#3028)
-rw-r--r--Doc/tools/static/switchers.js1
1 files changed, 1 insertions, 0 deletions
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) {