bpo-33378: Add Korean to the language switcher. (GH-6627) · python/cpython@1487c37 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 1487c37
and
authored
(cherry picked from commit 5779483) Co-authored-by: Dong-hee Na donghee.na92@gmail.com
File tree
2 files changed
lines changed
- Misc/NEWS.d/next/Documentation
2 files changed
lines changed
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -21,6 +21,7 @@ | ||
21 | 21 | 'en': 'English', |
22 | 22 | 'fr': 'French', |
23 | 23 | 'ja': 'Japanese', |
24 | +'ko': 'Korean', | |
24 | 25 | }; |
25 | 26 | |
26 | 27 | function build_version_select(current_version, current_release) { |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 | +Add Korean language switcher for https://docs.python.org/3/ |