Skip to content

i18n(de): update German translation #2705

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 15 commits into from
Dec 16, 2024
Prev Previous commit
Next Next commit
Update docs/src/content/docs/de/reference/configuration.mdx
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
trueberryless and delucis authored Dec 16, 2024
commit 9b6bb662df4a3cf32b5b21787d258a2ac7347116
2 changes: 1 addition & 1 deletion docs/src/content/docs/de/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Zum Beispiel heißt diese Seite „Konfigurationsreferenz“ und diese Website h
**Typ:** `Boolean`
**Standard:** `false`

Deaktiviert die Einspeisung von Starlights Standard [404 Seite](https://docs.astro.build/en/basics/astro-pages/#custom-404-error-page). Um eine eigene `src/pages/404.astro`-Route in deinem Projekt zu verwenden, setze diese Option auf `true`.
Deaktiviert die Einspeisung von Starlights Standard [404 Seite](https://docs.astro.build/de/basics/astro-pages/#benutzerdefinierte-404-fehlerseite). Um eine eigene `src/pages/404.astro`-Route in deinem Projekt zu verwenden, setze diese Option auf `true`.

### `components`

Expand Down
Loading