i18n(de): add German translations 2026-05-04#5330
Conversation
Automated translation run via Wails Doc Translator agent. Files: 5 Date: 2026-05-04
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThis PR adds comprehensive German language documentation for Wails v3, including five new MDX pages covering installation, getting started, project status, and positioning, along with a translation cache file tracking metadata for the translated pages. ChangesGerman Documentation Addition
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/8 reviews remaining, refill in 3 minutes and 39 seconds.Comment |
There was a problem hiding this comment.
Pull request overview
This PR adds an initial set of German (de) documentation pages to the v3 docs site, extending the existing Astro/Starlight docs tree with translated landing, onboarding, status, and installation content plus translation-cache metadata.
Changes:
- Adds German versions of the docs landing page, roadmap/status page, and two quick-start pages.
- Adds a German installation guide under
de/getting-started/installation.mdx. - Records translation hashes/timestamps for the new German pages in the translation cache.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
docs/src/content/docs/de/status.mdx |
Adds a German translation of the status/roadmap page. |
docs/src/content/docs/de/quick-start/why-wails.mdx |
Adds a German translation of the “Why Wails?” quick-start page. |
docs/src/content/docs/de/quick-start/next-steps.mdx |
Adds a German translation of the “Next Steps” quick-start page. |
docs/src/content/docs/de/index.mdx |
Adds a German translation of the docs homepage/splash page. |
docs/src/content/docs/de/getting-started/installation.mdx |
Adds a German translation of an installation guide page. |
docs/.translation-cache/de.json |
Tracks translation cache metadata for the new German docs files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Wails erfordert, dass die [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/) installiert ist. Bei fast allen Windows-Installationen ist dies bereits vorhanden. Du kannst dies mit dem Befehl `wails doctor` überprüfen. | ||
|
|
||
| </TabItem> | ||
| <TabItem label="Linux" icon="linux"> | ||
|
|
||
| Linux benötigt die Standard-`gcc`-Build-Tools sowie `gtk3` und `webkit2gtk`. Führe nach der Installation <code>wails doctor</code> aus, um angezeigt zu bekommen, wie die Abhängigkeiten installiert werden können. Wenn deine Distribution oder dein Paketmanager nicht unterstützt wird, lass es uns bitte auf Discord wissen. |
There was a problem hiding this comment.
ℹ️ Source bug — wails doctor on line 74 comes from the English source.
| [Tutorial für die erste App →](/quick-start/first-app) | ||
|
|
||
| 3. **Funktionen erkunden** – Entdecken Sie, was Wails für Ihre Anwendung tun kann | ||
| [Übersicht der Funktionen →](/quick-start/next-steps) |
There was a problem hiding this comment.
✅ Fixed — next-steps link in why-wails.mdx now points to /de/quick-start/next-steps.
| alt: Wails-Logo | ||
| actions: | ||
| - text: Erste Schritte | ||
| link: /quick-start/installation |
There was a problem hiding this comment.
✅ Fixed — Hero CTA now points to /de/getting-started/installation.
| 1. **Wails installieren** – Richten Sie Ihre Entwicklungsumgebung in 5 Minuten ein | ||
| [Installationsanleitung →](/quick-start/installation) | ||
|
|
||
| 2. **Ihre erste App erstellen** – Erstellen Sie eine funktionierende Anwendung und verstehen Sie die Grundlagen | ||
| [Tutorial für die erste App →](/quick-start/first-app) |
There was a problem hiding this comment.
✅ Fixed — Install link rewritten to /de/getting-started/installation. quick-start/first-app has no German translation yet so that stays as-is.
|
|
||
| ## Aktueller Status: Alpha | ||
|
|
||
| Den neuesten Status finden Sie im [Changelog](./changelog). |
There was a problem hiding this comment.
ℹ️ Known limitation — de/changelog.mdx not in this batch.
| Wails benötigt eine Reihe gemeinsamer Abhängigkeiten, die vor der Installation installiert sein müssen: | ||
|
|
||
| <Tabs> | ||
| <TabItem label="Go (mindestens 1.24)" icon="seti:go"> |
There was a problem hiding this comment.
ℹ️ Source bug — English source says Go (At least 1.24).
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/src/content/docs/de/quick-start/why-wails.mdx`:
- Line 93: The d2 diagram code block contains a partially translated label
'"Ihre UI\n(React/Vue/etc)"' which causes inconsistent locale content; update
that string in the diagram source to the original English label (e.g., "Your
UI\n(React/Vue/etc)") so the diagram remains identical across locales and no
other diagram tokens are changed—look for the d2 diagram block containing the
'"Ihre UI\n(React/Vue/etc)"' literal and replace it with the English version.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 7486411e-8dab-4084-94ca-dbf0590e97f7
📒 Files selected for processing (6)
docs/.translation-cache/de.jsondocs/src/content/docs/de/getting-started/installation.mdxdocs/src/content/docs/de/index.mdxdocs/src/content/docs/de/quick-start/next-steps.mdxdocs/src/content/docs/de/quick-start/why-wails.mdxdocs/src/content/docs/de/status.mdx
… German translations 2026-05-04
Summary
Automated translation update for German (
de) documentation.i18n/de-2026-05-04QA Scores
Files Requiring Review (score < 0.75)
None ✅
All File Scores
Generated by Wails Doc Translator agent (automated weekly i18n run)
Summary by CodeRabbit