Skip to content

Commit

Permalink
fix(localizations): Added missing key and en-US localization (#2191)
Browse files Browse the repository at this point in the history
* fix(localizations): Added missing key and en-US localization

* Create curvy-timers-play.md

---------

Co-authored-by: Dimitris Klouvas <[email protected]>
  • Loading branch information
royanger and dimkl authored Nov 23, 2023
1 parent 5b5e1c4 commit 164ca11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-timers-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing localization key for invalid phone_number (unstable error) in the en-US localization
1 change: 1 addition & 0 deletions packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ export const enUS: LocalizationResource = {
form_username_invalid_length: '',
form_username_invalid_character: '',
form_param_format_invalid: '',
form_param_format_invalid__phone_number: 'Phone number must be in a valid international format',
form_param_format_invalid__email_address: 'Email address must be a valid email address.',
form_password_length_too_short: '',
form_param_nil: '',
Expand Down

0 comments on commit 164ca11

Please sign in to comment.