feat(i18n): add missing German translations#1628
Conversation
…and compare table
|
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 adds German localisation strings to the de-DE.json translation file. The changes introduce new UI text keys for distribution date range formatting with year variants, version and usage grouping labels, and copy-as-markdown functionality. Nine new translation entries are added with no modifications to existing strings or functional logic. 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
🧭 Context
Added german translations for the following i18n keys:
package.versions:distribution_range_date_same_yeardistribution_range_date_multiple_yearsgrouping_versions_titlegrouping_versions_allgrouping_versions_only_recentgrouping_usage_titlegrouping_usage_allgrouping_usage_lowcompare.packages.copy_as_markdownNote: I find the
grouping_usage_*wording a bit misleading.Allhides low-usage versions andLowincludes them. Maybe we could do something like:Significantvs.All≥1%vsAllShow low usage-ToggleI've directly translated these two keys for now, to avoid diverging from the existing English strings.
This is also mentioned in #1612