-
Notifications
You must be signed in to change notification settings - Fork 431
fix(localizations): update pt-BR translations #7668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.