Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
57794832
Commit
57794832
authored
Apr 29, 2018
by
Dong-hee Na
Committed by
Julien Palard
Apr 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33378: Add Korean to the language switcher. (GH-6627)
parent
e022bbc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Doc/tools/static/switchers.js
Doc/tools/static/switchers.js
+1
-0
Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst
...xt/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst
+1
-0
No files found.
Doc/tools/static/switchers.js
View file @
57794832
...
...
@@ -21,6 +21,7 @@
'
en
'
:
'
English
'
,
'
fr
'
:
'
French
'
,
'
ja
'
:
'
Japanese
'
,
'
ko
'
:
'
Korean
'
,
};
function
build_version_select
(
current_version
,
current_release
)
{
...
...
Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst
0 → 100644
View file @
57794832
Add Korean language switcher for https://docs.python.org/3/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment