8000 docs: updated HomeContent.js to German language. by timowenz · Pull Request #387 · reactjs/de.react.dev · GitHub
[go: up one dir, main page]

Skip to content

docs: updated HomeContent.js to German language. #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/components/Layout/HomeContent.js
Co-authored-by: Christian Rodriguez Benthake <chris.ben9@gmail.com>
  • Loading branch information
timowenz and ChrisB9 authored Mar 9, 2025
commit 61ee489c440476fc860cc1fc4f1853455f9487b6
2 changes: 1 addition & 1 deletion src/components/Layout/HomeContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function HomeContent() {
<Para>
React-Komponenten sind JavaScript-Funktionen. Möchtest du Inhalte
bedingt anzeigen? Verwende eine <Code>if</Code>-Anweisung.
Möchtest du eine Liste anzeigen? Probiere es mit{' '}
Möchtest du eine Liste anzeigen? Probiere es mit
<Code>map()</Code>. React lernen ist Programmieren lernen.
</Para>
</Center>
Expand Down
0