From fe889f38e8fca269a25d54d089552e71022455be Mon Sep 17 00:00:00 2001 From: Fabio Serrao Date: Sun, 18 Oct 2020 04:04:47 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Add=20Portuguese=20translation?= =?UTF-8?q?=20for=20External=20Links=20(#1443)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- docs/pt/docs/external-links.md | 82 ++++++++++++++++++++++++++++++++++ docs/pt/mkdocs.yml | 1 + 2 files changed, 83 insertions(+) create mode 100644 docs/pt/docs/external-links.md diff --git a/docs/pt/docs/external-links.md b/docs/pt/docs/external-links.md new file mode 100644 index 000000000..6ec6c3a27 --- /dev/null +++ b/docs/pt/docs/external-links.md @@ -0,0 +1,82 @@ +# Links externos e Artigos + +**FastAPI** tem uma grande comunidade em crescimento constante. + +Existem muitas postagens, artigos, ferramentas e projetos relacionados ao **FastAPI**. + +Aqui tem uma lista, incompleta, de algumas delas. + +!!! tip "Dica" + Se você tem um artigo, projeto, ferramenta ou qualquer coisa relacionada ao **FastAPI** que ainda não está listada aqui, crie um _Pull Request_ adicionando ele. + +## Artigos + +### Inglês + +{% if external_links %} +{% for article in external_links.articles.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Japonês + +{% if external_links %} +{% for article in external_links.articles.japanese %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Vietnamita + +{% if external_links %} +{% for article in external_links.articles.vietnamese %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Russo + +{% if external_links %} +{% for article in external_links.articles.russian %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Alemão + +{% if external_links %} +{% for article in external_links.articles.german %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## Podcasts + +{% if external_links %} +{% for article in external_links.podcasts.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## Palestras + +{% if external_links %} +{% for article in external_links.talks.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## Projetos + +Últimos projetos no GitHub com o tópico `fastapi`: + +
+
diff --git a/docs/pt/mkdocs.yml b/docs/pt/mkdocs.yml index 94830761f..7557b3879 100644 --- a/docs/pt/mkdocs.yml +++ b/docs/pt/mkdocs.yml @@ -42,6 +42,7 @@ nav: - tutorial/first-steps.md - alternatives.md - history-design-future.md +- external-links.md - benchmarks.md markdown_extensions: - toc: