From: Fabio Serrao Date: Sun, 18 Oct 2020 07:04:47 +0000 (-0300) Subject: 🌐 Add Portuguese translation for External Links (#1443) X-Git-Tag: 0.61.2~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe889f38e8fca269a25d54d089552e71022455be;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Add Portuguese translation for External Links (#1443) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/pt/docs/external-links.md b/docs/pt/docs/external-links.md new file mode 100644 index 0000000000..6ec6c3a27c --- /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 94830761f0..7557b3879a 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: