Skip to content

Commit c82b7f3

Browse files
JulienPalardvstinner
authored andcommitted
bpo-31149: Doc: Add Japanese to the language switcher. (#3028)
1 parent cd7e9c1 commit c82b7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/tools/static/switchers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
var all_languages = {
2222
'en': 'English',
2323
'fr': 'Français',
24+
'ja': 'Japanese',
2425
};
2526

2627
function build_version_select(current_version, current_release) {

0 commit comments

Comments
 (0)