Skip to content

Commit

Permalink
feat(i18n): fix spanish translation after validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 1, 2023
1 parent d7a98dc commit a0e7cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'config',
'epg',
'tests',
'i18n',
],
],
},
Expand Down
2 changes: 1 addition & 1 deletion public/locales/es/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"discount_period_other": "Durante los primeros {{count}} {{period}}",
"free_trial_discount": "Prueba gratuita",
"go_back_to_checkout": "Volver a la caja",
"invalid_card_expiry": "Fecha de vencimiento de la tarjeta inválida",
"invalid_card_expiry": "Fecha de vencimiento Invalido para la tarjeta",
"invalid_card_number": "Número de tarjeta inválido",
"invalid_cvc_number": "Número de CVC inválido",
"monthly": "Suscripción mensual",
Expand Down

0 comments on commit a0e7cb0

Please sign in to comment.