diff options
Diffstat (limited to 'Doc/tools/static/switchers.js')
-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 9eb8ec8809a..3b6de6f3d90 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) { |