From: Julien Palard Date: Tue, 1 May 2018 09:46:43 +0000 (+0200) Subject: Add What's New for Korean documentation translation. (GH-6645) X-Git-Tag: v3.8.0a1~1899 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335a602666d3b94352c194fe002430dda3c0ab2b;p=thirdparty%2FPython%2Fcpython.git Add What's New for Korean documentation translation. (GH-6645) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 3ce20fafd376..408fed4572fa 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -1354,7 +1354,7 @@ PEP 545: Python Documentation Translations ------------------------------------------ :pep:`545` describes the process to translate Python documentation, -and two translations have been added: +and three translations have been added: - Japanese: https://docs.python.org/ja/ and associated GitHub repository: https://github.com/python/python-docs-ja @@ -1362,5 +1362,8 @@ and two translations have been added: - French: https://docs.python.org/fr/ and associated GitHub repository: https://github.com/python/python-docs-fr +- Korean: https://docs.python.org/ko/ and associated GitHub + repository: https://github.com/python/python-docs-ko + (Contributed by Julien Palard, Inada Naoki, and Victor Stinner in :issue:`26546`.)