bpo-31149: Doc: Add Japanese to the language switcher. (#3028)

This commit is contained in:
Julien Palard 2017-08-08 23:26:46 +02:00 committed by Victor Stinner
parent cd7e9c1b67
commit c82b7f332a
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
var all_languages = {
'en': 'English',
'fr': 'Français',
'ja': 'Japanese',
};
function build_version_select(current_version, current_release) {