Skip to content

[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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/ninety-snails-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': minor
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'@clerk/localizations': minor
'@clerk/localizations': patch

Since we are just adding new translations vs a new language, we can mark this as a patch.

---

Add missing French locales to support new Clerk's Billing feature
8 changes: 8 additions & 0 deletions .changeset/salty-cycles-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@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
Comment on lines +1 to +8
Copy link
Member

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.

Loading