Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/red-planes-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Additional changes to waitlist component translations `nl-NL`
6 changes: 3 additions & 3 deletions packages/localizations/src/nl-NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export const nlNL: LocalizationResource = {
actionLink__use_phone: 'Gebruik telefoon',
actionLink__use_username: 'Gebruik gebruikersnaam',
actionText: 'Geen account?',
actionText__join_waitlist: 'Nog geen account? Meld je aan voor de wachtlijst.',
actionText__join_waitlist: 'Nog geen account?',
subtitle: 'om door te gaan naar {{applicationName}}',
title: 'Inloggen',
titleCombined: undefined,
Expand Down Expand Up @@ -910,9 +910,9 @@ export const nlNL: LocalizationResource = {
waitlist: {
start: {
actionLink: 'Neem deel aan de wachtlijst',
actionText: 'Nog geen account? Maak er een aan en voeg je bij de wachtlijst.',
actionText: 'Nog geen account?',
formButton: 'Verstuur',
subtitle: 'Je wordt toegevoegd aan de wachtlijst en wordt op de hoogte gehouden.',
subtitle: 'Je wordt toegevoegd aan de wachtlijst en op de hoogte gehouden.',
title: 'Wachtlijst aanmelding',
},
success: {
Expand Down
Loading