fix(i18n): complete missing version translations for pt-BR#2103
fix(i18n): complete missing version translations for pt-BR#2103graphieros merged 1 commit intonpmx-dev:mainfrom
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 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 ( 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)
📝 Coding Plan
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 Tip CodeRabbit can approve the review once all CodeRabbit's comments are resolved.Enable the |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
i18n/locales/pt-BR.json (1)
349-355: LGTM!The translations are accurate and the interpolation variable
{filter}inno_match_filteris correctly preserved, matching the English source structure.Optional nit: Ellipsis character consistency
The English source uses a proper ellipsis character (
…U+2026) inversion_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
📒 Files selected for processing (1)
i18n/locales/pt-BR.json
🧭 Context
After the recent massive update in #2090, 6 keys in the
package.versionssection 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.