diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-10-27 10:11:14 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2019-10-27 10:11:14 (GMT) |
commit | 955f96f6aae7c1a54d88c3f7a51c2e142ac7e4d4 (patch) | |
tree | 46e292946a20b39d226480e43498fdb625faf432 /Doc/tools | |
parent | 76fbdaa2a693caaa1b8eb34104720fc774ff80df (diff) | |
download | cpython-955f96f6aae7c1a54d88c3f7a51c2e142ac7e4d4.zip cpython-955f96f6aae7c1a54d88c3f7a51c2e142ac7e4d4.tar.gz cpython-955f96f6aae7c1a54d88c3f7a51c2e142ac7e4d4.tar.bz2 |
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953)
(cherry picked from commit 85c6f8c65cd4f7219522c1f304bdfff19f785e7a)
Co-authored-by: Marco Rougeth <marco@rougeth.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/static/switchers.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index ef6f473..e1ef91a 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', }; |