Skip to content

Commit 3c81e62

Browse files
authored
🌐 Add Spanish translation for docs/es/docs/external-links.md (#10933)
1 parent 6c4a143 commit 3c81e62

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/es/docs/external-links.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Enlaces Externos y Artículos
2+
3+
**FastAPI** tiene una gran comunidad en constante crecimiento.
4+
5+
Hay muchas publicaciones, artículos, herramientas y proyectos relacionados con **FastAPI**.
6+
7+
Aquí hay una lista incompleta de algunos de ellos.
8+
9+
!!! tip "Consejo"
10+
Si tienes un artículo, proyecto, herramienta o cualquier cosa relacionada con **FastAPI** que aún no aparece aquí, crea un <a href="https://github.com/tiangolo/fastapi/edit/master/docs/en/data/external_links.yml" class="external-link" target="_blank">Pull Request agregándolo</a>.
11+
12+
{% for section_name, section_content in external_links.items() %}
13+
14+
## {{ section_name }}
15+
16+
{% for lang_name, lang_content in section_content.items() %}
17+
18+
### {{ lang_name }}
19+
20+
{% for item in lang_content %}
21+
22+
* <a href="{{ item.link }}" class="external-link" target="_blank">{{ item.title }}</a> by <a href="{{ item.author_link }}" class="external-link" target="_blank">{{ item.author }}</a>.
23+
24+
{% endfor %}
25+
{% endfor %}
26+
{% endfor %}
27+
28+
## Projects
29+
30+
Últimos proyectos de GitHub con el tema `fastapi`:
31+
32+
<div class="github-topic-projects">
33+
</div>

0 commit comments

Comments
 (0)