Skip to content

Commit a2cc94e

Browse files
jacekradkograulund
andauthored
chore(repo): Backport Danish translations (#7457) (#7462)
Co-authored-by: Andy Graulund <andreas@graulund.com>
1 parent 28c56ca commit a2cc94e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.changeset/quick-chairs-fall.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Fixed incorrect word in `da-DK` localization

packages/localizations/src/da-DK.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ export const daDK: LocalizationResource = {
738738
subtitle: undefined,
739739
title: undefined,
740740
},
741-
subtitle: 'Forsæt til {{applicationName}}',
741+
subtitle: 'Fortsæt til {{applicationName}}',
742742
subtitleCombined: undefined,
743743
title: 'Log ind',
744744
titleCombined: undefined,
@@ -763,7 +763,7 @@ export const daDK: LocalizationResource = {
763763
continue: {
764764
actionLink: 'Log ind',
765765
actionText: 'Har du en konto?',
766-
subtitle: 'Forsæt til {{applicationName}}',
766+
subtitle: 'Fortsæt til {{applicationName}}',
767767
title: 'Udfyld manglende felter',
768768
},
769769
emailCode: {
@@ -784,7 +784,7 @@ export const daDK: LocalizationResource = {
784784
title: 'Tilmelding...',
785785
},
786786
resendButton: 'Send link igen',
787-
subtitle: 'Forsæt til {{applicationName}}',
787+
subtitle: 'Fortsæt til {{applicationName}}',
788788
title: 'Bekræft din email',
789789
verified: {
790790
title: 'Vellykket tilmelding',
@@ -837,8 +837,8 @@ export const daDK: LocalizationResource = {
837837
subtitle: undefined,
838838
title: undefined,
839839
},
840-
subtitle: 'Forsæt til {{applicationName}}',
841-
subtitleCombined: 'Forsæt til {{applicationName}}',
840+
subtitle: 'Fortsæt til {{applicationName}}',
841+
subtitleCombined: 'Fortsæt til {{applicationName}}',
842842
title: 'Opret din konto',
843843
titleCombined: 'Opret din konto',
844844
},
@@ -847,7 +847,7 @@ export const daDK: LocalizationResource = {
847847
title: 'Tilmeld dig med Solana',
848848
},
849849
},
850-
socialButtonsBlockButton: 'Forsæt med {{provider|titleize}}',
850+
socialButtonsBlockButton: 'Fortsæt med {{provider|titleize}}',
851851
socialButtonsBlockButtonManyInView: undefined,
852852
taskChooseOrganization: {
853853
chooseOrganization: {

0 commit comments

Comments
 (0)