summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2020-05-23 05:00:10 -0300
committerGitHub <noreply@github.com>2020-05-23 04:00:10 -0400
commit763b193c96bf07a83a991985028e9ef272931b2d (patch)
treef7acb34270274933d9ec7ab77b6527bcb2fdad6f
parentDoc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20224) (diff)
downloadcpython-763b193c96bf07a83a991985028e9ef272931b2d.tar.gz
cpython-763b193c96bf07a83a991985028e9ef272931b2d.tar.bz2
cpython-763b193c96bf07a83a991985028e9ef272931b2d.zip
Add pt-br switcher to the Documentation website (GH-20301)
-rw-r--r--Doc/tools/static/switchers.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js
index 9eb8ec8809..3b6de6f3d9 100644
--- a/Doc/tools/static/switchers.js
+++ b/Doc/tools/static/switchers.js
@@ -24,6 +24,7 @@
'fr': 'French',
'ja': 'Japanese',
'ko': 'Korean',
+ 'pt-br': 'Brazilian Portuguese',
};
function build_version_select(current_version, current_release) {