summaryrefslogtreecommitdiff
path: root/Doc/tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-04-28 13:23:45 -0700
committerGitHub <noreply@github.com>2018-04-28 13:23:45 -0700
commit1487c37e7e85e7221adc3030f0f7de023cc99ced (patch)
treed360665e7e1878e85b6c349d1072b4f9676029ff /Doc/tools
parentb94d7396b6b313b3dcd17880427a2e9cd95cf27d (diff)
downloadcpython-git-1487c37e7e85e7221adc3030f0f7de023cc99ced.tar.gz
bpo-33378: Add Korean to the language switcher. (GH-6627)
(cherry picked from commit 577948329976985ea9bef23d9a6c3dd7108211bf) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Diffstat (limited to 'Doc/tools')
-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 8e0c5ea009..3dea08e523 100644
--- a/Doc/tools/static/switchers.js
+++ b/Doc/tools/static/switchers.js
@@ -21,6 +21,7 @@
'en': 'English',
'fr': 'French',
'ja': 'Japanese',
+ 'ko': 'Korean',
};
function build_version_select(current_version, current_release) {