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) | |
download | qmk_firmware-10e8ed7430653a50a9859301f1ac25894341c197.tar.gz qmk_firmware-10e8ed7430653a50a9859301f1ac25894341c197.zip |
[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 5ca0fa6fa..20614c081 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -60,12 +60,14 @@ | |||
60 | '/es/': 'Buscar', | 60 | '/es/': 'Buscar', |
61 | '/zh-cn/': '搜索', | 61 | '/zh-cn/': '搜索', |
62 | '/ja/': '検索', | 62 | '/ja/': '検索', |
63 | '/pt-br/': 'Busca', | ||
63 | '/': 'Search' | 64 | '/': 'Search' |
64 | }, | 65 | }, |
65 | noData: { | 66 | noData: { |
66 | '/es/': '¡Ningún resultado!', | 67 | '/es/': '¡Ningún resultado!', |
67 | '/zh-cn/': '没有结果!', | 68 | '/zh-cn/': '没有结果!', |
68 | '/ja/': '見つかりません!', | 69 | '/ja/': '見つかりません!', |
70 | '/pt-br/': 'Nenhum resultado!', | ||
69 | '/': 'No results!' | 71 | '/': 'No results!' |
70 | }, | 72 | }, |
71 | depth: 6 | 73 | depth: 6 |