Skip to content

fix(i18n): some more it-IT updates#1062

Open
sandros94 wants to merge 3 commits intonpmx-dev:mainfrom
sandros94:i18n/more-it-fixes
Open

fix(i18n): some more it-IT updates#1062
sandros94 wants to merge 3 commits intonpmx-dev:mainfrom
sandros94:i18n/more-it-fixes

Conversation

@sandros94
Copy link

Some more it-IT updates

@vercel
Copy link

vercel bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview, Comment Feb 6, 2026 1:28am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Feb 6, 2026 1:28am
npmx-lunaria Ignored Ignored Feb 6, 2026 1:28am

Request Review

@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
lunaria/files/it-IT.json Localization changed, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 6, 2026

📝 Walkthrough

Walkthrough

This 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

  • danielroe
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description accurately describes the changeset as updates to Italian (it-IT) internationalization strings.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 | 🟡 Minor

Pre-existing semantic error: read_write is translated as "di sola scrittura" (write-only).

The key is read_write but 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.choose key.

Suggested fix
-      "choose": "sciegli il playground"
+      "choose": "scegli il playground"

Comment on lines +975 to +977
"privacy_policy": {
"title": "Policy sulla privacy",
"last_updated": "Ultimo aggiornamento: {date}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant