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
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request updates the Italian locale file (i18n/locales/it-IT.json) with added and adjusted translation keys. Changes include corrected UI strings (e.g. search.button "cerca"), new search title/meta keys, expanded badges (provenance and JSR), new no_dependency and learn_more_above/learn_more entries across multiple UI areas, added likes/docs keys, wider docs.not_available text, an extensive top-level privacy_policy object, and a vulnerabilities.up_to_you entry. Overall ~123 lines added and 26 removed, reorganising and extending i18n coverage for multiple UI sections. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
lunaria/files/it-IT.json (1)
384-384:⚠️ Potential issue | 🟡 MinorPre-existing semantic error:
read_writeis translated as "di sola scrittura" (write-only).The key is
read_writebut the translation says "write only". This should be "lettura e scrittura" (read and write). This is a user-facing bug in the existing translations.Suggested fix
- "read_write": "di sola scrittura" + "read_write": "lettura e scrittura"
🧹 Nitpick comments (1)
lunaria/files/it-IT.json (1)
322-322: Pre-existing typo: "sciegli" should be "scegli".While not part of this PR's changes, since you're already working on this file, this is an easy fix on the
playgrounds.choosekey.Suggested fix
- "choose": "sciegli il playground" + "choose": "scegli il playground"
| "privacy_policy": { | ||
| "title": "Policy sulla privacy", | ||
| "last_updated": "Ultimo aggiornamento: {date}", |
There was a problem hiding this comment.
Minor inconsistency: "Policy" vs "informativa" terminology within the privacy policy.
Line 976 uses the anglicism "Policy sulla privacy" for the title, while Lines 1048 and 1053 use the Italian "informativa sulla privacy" in body text. Consider using one term consistently — "Informativa sulla privacy" is the standard phrasing in Italian legal/privacy contexts.
Some more
it-ITupdates