diff options
author | Igor Hideki Trindade <igorhideki@gmail.com> | 2019-12-10 14:19:12 -0400 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-12-10 10:19:12 -0800 |
commit | 10e8ed7430653a50a9859301f1ac25894341c197 (patch) | |
tree | 32c69cbcf6adda6ebe9a7bdde3e5a7d0ccade086 /docs/index.html | |
parent | cde56a7eee2cc07a3702d756592096e482d1b928 (diff) |
[Docs] add README translation in portuguese (#7016)
* add README translation in portuguese
* add lang in menu
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/_summary.md
* Update sumary links
* Update README
Co-Authored-By: Álvaro A. Volpato <alvaro.volpato@usp.br>
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 5ca0fa6fab..20614c0812 100644 --- a/docs/index.html +++ b/docs/index.html @@ -60,12 +60,14 @@ '/es/': 'Buscar', '/zh-cn/': '搜索', '/ja/': '検索', + '/pt-br/': 'Busca', '/': 'Search' }, noData: { '/es/': '¡Ningún resultado!', '/zh-cn/': '没有结果!', '/ja/': '見つかりません!', + '/pt-br/': 'Nenhum resultado!', '/': 'No results!' }, depth: 6 |