feat(i18n): update German translation#1680
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
|
📝 WalkthroughWalkthroughThis pull request modifies the German translation file (i18n/locales/de-DE.json) with text refinements and structural additions. It updates various translation strings including SEO descriptions, taglines, cookie-related terminology, and vanity download hints. The PR introduces new public translation blocks for sponsors and open-source partners sections, and adds copy_alt metadata blocks to provide alternative textual descriptions for UI elements like pause animation controls and version matching messages. The changes consist of 36 lines added and 12 removed. 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)
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. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
lunaria/files/de-DE.json (1)
381-395: Minor: Consider grammatical handling of{granularity}ensuffix.The
general_descriptionon line 394 uses{granularity}ento form German adjectives (e.g., "wöchentlichen"). This works for the defined granularity values ("Täglich" → "täglichen", "Wöchentlich" → "wöchentlichen", etc.), but relies on the granularity strings being provided in a compatible form.If granularity values are passed as lowercase adjective stems (e.g., "täglich", "wöchentlich"), appending "en" produces correct dative forms. Verify that the application provides granularity values in the expected format for this concatenation to work correctly in German grammar.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Description
Update German translations and add new, previously missing translation keys.