Skip to content

Commit

Permalink
fix(localizations): Added missing translation in de-DE.ts (#1414)
Browse files Browse the repository at this point in the history
* Update de-DE.ts

added missing translation for "deleting an account" in the  dangerSection of the userProfile

* Create orange-bats-learn.md

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
Yardie83 and nikosdouvlis authored Jun 26, 2023
1 parent 8653170 commit 1ce8850
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-bats-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing translations in de-DE.ts
6 changes: 6 additions & 0 deletions packages/localizations/src/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@ export const deDE: LocalizationResource = {
destructiveActionSubtitle: 'Entfernen Sie dieses Web3-Wallet aus Ihrem Konto',
destructiveAction: 'Wallet entfernen',
},
dangerSection: {
title: 'Achtung',
deleteAccountButton: 'Konto löschen',
deleteAccountTitle: 'Konto löschen',
deleteAccountDescription: 'Löschen Sie ihr Konto und alle damit verknüpften Daten',
},
},
profilePage: {
title: 'Profil aktualisieren',
Expand Down

0 comments on commit 1ce8850

Please sign in to comment.