fix(localizations): update pt-BR translations#7668
fix(localizations): update pt-BR translations#7668gilhrpenner wants to merge 1 commit intoclerk:mainfrom
Conversation
Add missing Portuguese (Brazil) translations: - Enterprise connections (signIn/signUp) - Password error messages (compromised, untrusted) - Organization switcher actions - Task reset password subtitle - Form error messages
🦋 Changeset detectedLatest commit: 4f3eebb The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@gilhrpenner is attempting to deploy a commit to the Clerk Production Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThis pull request updates Portuguese (pt-BR) localization strings by replacing previously undefined values with concrete translations. Changes include adding enterprise connection labels for sign-in and sign-up flows, organization switcher action text, email address format examples, and password validation error messages. A changeset entry documents the patch version bump for the 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.changeset/friendly-birds-dance.md:
- Around line 1-5: Add or update localization tests to cover the new pt-BR keys
introduced for enterprise connections, password errors, and the organization
switcher: write a test that imports the '@clerk/localizations' pt-BR bundle (or
the existing localization snapshot/test helper), asserts the presence and
expected shape/strings of the keys enterpriseConnections, passwordErrors, and
organizationSwitcher (or update an existing pt-BR snapshot to include these
keys), and commit the updated snapshot or new assertions so CI will catch
regressions.
| --- | ||
| '@clerk/localizations': patch | ||
| --- | ||
|
|
||
| Add missing pt-BR translations for enterprise connections, password errors, and organization switcher |
There was a problem hiding this comment.
Add or confirm tests for these localization additions.
No tests were added or updated in this PR; please add coverage or point to existing localization snapshot tests that validate the new pt-BR keys to avoid regressions. As per coding guidelines.
🤖 Prompt for AI Agents
In @.changeset/friendly-birds-dance.md around lines 1 - 5, Add or update
localization tests to cover the new pt-BR keys introduced for enterprise
connections, password errors, and the organization switcher: write a test that
imports the '@clerk/localizations' pt-BR bundle (or the existing localization
snapshot/test helper), asserts the presence and expected shape/strings of the
keys enterpriseConnections, passwordErrors, and organizationSwitcher (or update
an existing pt-BR snapshot to include these keys), and commit the updated
snapshot or new assertions so CI will catch regressions.
|
thanks! closing in favor of #7682 added you as co-author |
Description
Add 12 missing Portuguese (Brazil) translations to
pt-BR.ts. These translations fill inundefinedvalues that were previously falling back to English.Note: I am a native Brazilian Portuguese speaker.
Translations added:
formFieldInput__emailAddress_formatorganizationSwitcher.action__closeOrganizationSwitcherorganizationSwitcher.action__openOrganizationSwitchersignIn.enterpriseConnections.subtitle/titlesignIn.passwordCompromised.titlesignIn.passwordUntrusted.titlesignUp.enterpriseConnections.subtitle/titletaskResetPassword.subtitleunstable__errors.form_new_password_matches_currentunstable__errors.form_password_untrusted__sign_inChecklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.