Skip to content

Commit 626b066

Browse files
author
Nils Lindemann
authored
🌐 Add German translation for docs/de/docs/external-links.md (#10852)
1 parent a6bc32a commit 626b066

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/de/docs/external-links.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Externe Links und Artikel
2+
3+
**FastAPI** hat eine großartige Community, die ständig wächst.
4+
5+
Es gibt viele Beiträge, Artikel, Tools und Projekte zum Thema **FastAPI**.
6+
7+
Hier ist eine unvollständige Liste einiger davon.
8+
9+
!!! tip "Tipp"
10+
Wenn Sie einen Artikel, ein Projekt, ein Tool oder irgendetwas im Zusammenhang mit **FastAPI** haben, was hier noch nicht aufgeführt ist, erstellen Sie einen <a href="https://github.com/tiangolo/fastapi/edit/master/docs/en/data/external_links.yml" class="external-link" target="_blank">Pull Request und fügen Sie es hinzu</a>.
11+
12+
!!! note "Hinweis Deutsche Übersetzung"
13+
Die folgenden Überschriften und Links werden aus einer <a href="https://github.com/tiangolo/fastapi/blob/master/docs/en/data/external_links.yml" class="external-link" target="_blank">anderen Datei</a> gelesen und sind daher nicht ins Deutsche übersetzt.
14+
15+
{% for section_name, section_content in external_links.items() %}
16+
17+
## {{ section_name }}
18+
19+
{% for lang_name, lang_content in section_content.items() %}
20+
21+
### {{ lang_name }}
22+
23+
{% for item in lang_content %}
24+
25+
* <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>.
26+
27+
{% endfor %}
28+
{% endfor %}
29+
{% endfor %}
30+
31+
## Projekte
32+
33+
Die neuesten GitHub-Projekte zum Thema `fastapi`:
34+
35+
<div class="github-topic-projects">
36+
</div>

0 commit comments

Comments
 (0)