From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 27 Oct 2019 10:11:14 +0000 (-0700) Subject: bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) X-Git-Tag: v3.8.1rc1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=955f96f6aae7c1a54d88c3f7a51c2e142ac7e4d4;p=thirdparty%2FPython%2Fcpython.git bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) (cherry picked from commit 85c6f8c65cd4f7219522c1f304bdfff19f785e7a) Co-authored-by: Marco Rougeth --- diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index ef6f47345206..e1ef91a8dfc6 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -23,6 +23,7 @@ 'fr': 'French', 'ja': 'Japanese', 'ko': 'Korean', + 'pt-br': 'Brazilian Portuguese', 'zh-cn': 'Simplified Chinese', }; diff --git a/Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst b/Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst new file mode 100644 index 000000000000..3752d48a7cb4 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst @@ -0,0 +1 @@ +Add Brazilian Portuguese to the language switcher at Python Documentation website. \ No newline at end of file