From: Rafael Fontenelle Date: Sat, 23 May 2020 08:00:10 +0000 (-0300) Subject: Add pt-br switcher to the Documentation website (GH-20301) X-Git-Tag: v3.6.11rc1~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=763b193c96bf07a83a991985028e9ef272931b2d;p=thirdparty%2FPython%2Fcpython.git Add pt-br switcher to the Documentation website (GH-20301) --- diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 9eb8ec8809ae..3b6de6f3d90f 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) {