diff options
author | 2019-10-27 05:30:12 -0300 | |
---|---|---|
committer | 2019-10-27 09:30:12 +0100 | |
commit | 85c6f8c65cd4f7219522c1f304bdfff19f785e7a (patch) | |
tree | 870db18f43f40a682b8b67df29391bfb049fc5ee /Doc/tools | |
parent | bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) (diff) | |
download | cpython-85c6f8c65cd4f7219522c1f304bdfff19f785e7a.tar.gz cpython-85c6f8c65cd4f7219522c1f304bdfff19f785e7a.tar.bz2 cpython-85c6f8c65cd4f7219522c1f304bdfff19f785e7a.zip |
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)
* 📜🤖 Added by blurb_it.
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 ef6f4734520..e1ef91a8dfc 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', }; |