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/long-toys-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

feat(localizations): Add waitlist values for es-MX
16 changes: 8 additions & 8 deletions packages/localizations/src/es-MX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -953,16 +953,16 @@ export const esMX: LocalizationResource = {
},
waitlist: {
start: {
actionLink: undefined,
actionText: undefined,
formButton: undefined,
subtitle: undefined,
title: undefined,
actionLink: 'Acceder',
actionText: 'Cuentas con acceso?',
formButton: 'Unete a la lista de espera',
subtitle: 'Ingresa tu correo electr贸nico y te avisaremos cuando tu lugar est茅 listo',
title: 'Unete a la lista de espera',
},
success: {
message: undefined,
subtitle: undefined,
title: undefined,
message: 'Ser谩s redirigido pronto...',
subtitle: 'Nos pondremos en contacto contigo cuando tu lugar est茅 listo',
title: 'Gracias por unirte a la lista de espera!',
},
},
} as const;