Skip to content

Commit

Permalink
fix(localizations): Add missing Hebrew localization strings (#1852)
Browse files Browse the repository at this point in the history
* add missing types hebrew localization

* Create loud-mugs-notice.md

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
shadoworion and nikosdouvlis committed Oct 10, 2023
1 parent f6faf6f commit 7fb2296
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-mugs-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing strings in Hebrew localization
9 changes: 9 additions & 0 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ export const heIL: LocalizationResource = {
destructiveActionSubtitle: 'הסר את החשבון המחובר מהחשבון שלך',
destructiveActionAccordionSubtitle: 'הסר חשבון מחובר',
},
enterpriseAccountsSection: {
title: 'חשבונות ארגוניים',
},
passwordSection: {
title: 'סיסמה',
primaryButton__changePassword: 'שנה סיסמה',
Expand Down Expand Up @@ -347,6 +350,12 @@ export const heIL: LocalizationResource = {
destructiveActionSubtitle: 'הסר ארנק Web3 זה מהחשבון שלך',
destructiveAction: 'הסר ארנק',
},
dangerSection: {
title: 'מסוכן',
deleteAccountButton: 'מחק חשבון',
deleteAccountTitle: 'מחיקת חשבון',
deleteAccountDescription: 'מחק את החשבון שלך ואת כל המידע הקשור אליו',
},
},
profilePage: {
title: 'עדכן פרופיל',
Expand Down

0 comments on commit 7fb2296

Please sign in to comment.