Skip to content

Commit

Permalink
fix(localizations): add German translations for experimental legal co…
Browse files Browse the repository at this point in the history
…ntent (#4503)
  • Loading branch information
feliche93 authored Nov 7, 2024
1 parent e25381d commit 75b2fa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-waves-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Adds German (de-DE) translations for experimental legal content
11 changes: 6 additions & 5 deletions packages/localizations/src/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,14 @@ export const deDE: LocalizationResource = {
signUp: {
__experimental_legalConsent: {
checkbox: {
label__onlyPrivacyPolicy: undefined,
label__onlyTermsOfService: undefined,
label__termsOfServiceAndPrivacyPolicy: undefined,
label__onlyPrivacyPolicy: 'Ich stimme der {{ privacyPolicyLink || link("Datenschutzerklärung") }} zu',
label__onlyTermsOfService: 'Ich stimme den {{ termsOfServiceLink || link("Nutzungsbedingungen") }} zu',
label__termsOfServiceAndPrivacyPolicy:
'Ich stimme den {{ termsOfServiceLink || link("Nutzungsbedingungen") }} und der {{ privacyPolicyLink || link("Datenschutzerklärung") }} zu',
},
continue: {
subtitle: undefined,
title: undefined,
subtitle: 'Bitte lesen und akzeptieren Sie die Bedingungen, um fortzufahren',
title: 'Rechtliche Einwilligung',
},
},
continue: {
Expand Down

0 comments on commit 75b2fa0

Please sign in to comment.