-
Notifications
You must be signed in to change notification settings - Fork 353
[update] - add missing french fr-FR locales for the billing elements #5944
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
🦋 Changeset detectedLatest commit: a6b43f4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 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 |
@bde-maze is attempting to deploy a commit to the Clerk Production Team on Vercel. A member of the Team first needs to authorize it. |
@bde-maze thanks for the contribution. Can you add a changeset #5944 (comment) and we can get this merged in. |
Hello Alex, thank you for pointing this out ! I've added the changeset - let me know if it's all good for you. |
@@ -0,0 +1,5 @@ | |||
--- | |||
'@clerk/localizations': minor |
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.
'@clerk/localizations': minor | |
'@clerk/localizations': patch |
Since we are just adding new translations vs a new language, we can mark this as a patch.
--- | ||
'@clerk/chrome-extension': minor | ||
'@clerk/clerk-js': minor | ||
'@clerk/clerk-expo': minor | ||
'@clerk/nextjs': minor | ||
--- | ||
|
||
Add missing French locales to support new Clerk's Billing feature |
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.
Changesets will automatically handle updating that packages that rely on the localizations, so we can remove this extra changeset here.
Description
As discussed with Joe from Support, I'm adding missing French locales, mostly to support the new and Beta Billing feature.
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change