mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-31149: Doc: Add Japanese to the language switcher. (#3028)
This commit is contained in:
parent
cd7e9c1b67
commit
c82b7f332a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
var all_languages = {
|
||||
'en': 'English',
|
||||
'fr': 'Français',
|
||||
'ja': 'Japanese',
|
||||
};
|
||||
|
||||
function build_version_select(current_version, current_release) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue