chore(i18n): add missing german translations#1262
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
| "button": "Suchen", | ||
| "searching": "Suche läuft...", | ||
| "found_packages": "Keine Pakete gefunden | 1 Paket gefunden | {count} Pakete gefunden", | ||
| "found_packages_sorted": "Sortiere bestes Resultat | Sortiere beste {count} Resultate", |
There was a problem hiding this comment.
The english translation for this key is
Sorting top {count} result | Sorting top {count} results
How can a single result be sorted?
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis change updates the German locale (de-DE.json): adds a top-level Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
| "social": "Social", | ||
| "chat": "Chat" | ||
| "chat": "Chat", | ||
| "keyboard_shortcuts": "Tastenkombination" |
There was a problem hiding this comment.
Consider using plural form "Tastenkombinationen".
The key keyboard_shortcuts implies multiple shortcuts, and the associated shortcuts section (lines 21-35) defines many key bindings. The singular "Tastenkombination" should be "Tastenkombinationen" for grammatical consistency.
📝 Suggested fix
- "keyboard_shortcuts": "Tastenkombination"
+ "keyboard_shortcuts": "Tastenkombinationen"📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| "keyboard_shortcuts": "Tastenkombination" | |
| "keyboard_shortcuts": "Tastenkombinationen" |
Ran
pnpm i18n:check:fix de-DEand added most of the missing translations