mirror of https://github.com/python/cpython
bpo-31149: Doc: Add Japanese to the language switcher. (#3028)
This commit is contained in:
parent
cd7e9c1b67
commit
c82b7f332a
|
@ -21,6 +21,7 @@
|
|||
var all_languages = {
|
||||
'en': 'English',
|
||||
'fr': 'Français',
|
||||
'ja': 'Japanese',
|
||||
};
|
||||
|
||||
function build_version_select(current_version, current_release) {
|
||||
|
|
Loading…
Reference in New Issue