Skip to content

fix(i18n): complete missing version translations for pt-BR#2103

Merged
graphieros merged 1 commit intonpmx-dev:mainfrom
marlonwq:fix/i18n-pt-BR-versions
Mar 16, 2026
Merged

fix(i18n): complete missing version translations for pt-BR#2103
graphieros merged 1 commit intonpmx-dev:mainfrom
marlonwq:fix/i18n-pt-BR-versions

Conversation

@marlonwq
Copy link
Contributor

🧭 Context

After the recent massive update in #2090, 6 keys in the package.versions section were still missing or added to the source recently.

📚 Description

This PR completes the Portuguese (Brazilian) translation for the versions history page. Verified with pnpm i18n:check.

@vercel
Copy link

vercel bot commented Mar 16, 2026

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

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview, Comment Mar 16, 2026 3:03pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Mar 16, 2026 3:03pm
npmx-lunaria Ignored Ignored Mar 16, 2026 3:03pm

Request Review

@github-actions
Copy link

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
i18n/locales/pt-BR.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 Mar 16, 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 Mar 16, 2026

📝 Walkthrough

Walkthrough

This PR introduces seven new Portuguese (Brazil) localisation keys for version-related UI components, including labels for viewing all versions, page titles, current tags, version filtering, and error messaging. An existing entry (y_axis_label) receives a trailing comma to maintain proper JSON formatting. The changes are purely localisation additions with no functional or logic modifications.

Possibly related PRs

Suggested reviewers

  • shuuji3
  • danielroe
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description clearly relates to the changeset, explaining the addition of missing Portuguese (Brazilian) translations for version history features.

✏️ 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
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

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

Tip

CodeRabbit can approve the review once all CodeRabbit's comments are resolved.

Enable the reviews.request_changes_workflow setting to automatically approve the review once all CodeRabbit's comments are resolved.

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.

🧹 Nitpick comments (1)
i18n/locales/pt-BR.json (1)

349-355: LGTM!

The translations are accurate and the interpolation variable {filter} in no_match_filter is correctly preserved, matching the English source structure.

Optional nit: Ellipsis character consistency

The English source uses a proper ellipsis character ( U+2026) in version_filter_placeholder, while this translation uses three periods (...). This is a very minor typography detail and entirely optional to address:

-      "version_filter_placeholder": "Filtrar versões...",
+      "version_filter_placeholder": "Filtrar versões…",

,


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f4b47f11-1f0e-4081-899c-dfad020aa0b0

📥 Commits

Reviewing files that changed from the base of the PR and between 07a9ea9 and f63b6f7.

📒 Files selected for processing (1)
  • i18n/locales/pt-BR.json

Copy link
Contributor

@graphieros graphieros left a comment

Choose a reason for hiding this comment

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

Thank you :)

@graphieros graphieros added this pull request to the merge queue Mar 16, 2026
Merged via the queue into npmx-dev:main with commit 32ae83d Mar 16, 2026
20 checks passed
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.

2 participants