Add IBAN and BIC validation with custom hooks; update localization messages and cache timestamps

This commit is contained in:
2026-01-23 16:20:26 +01:00
parent 15ecc7068f
commit e1a7158931
7 changed files with 290 additions and 5 deletions

View File

@@ -37,5 +37,10 @@
"unclean": "Discrepancies",
"failed": "Failed"
}
},
"messages": {
"invalidIbanChecksum": "The entered IBAN is invalid. Please check for typos.",
"invalidBicLength": "The BIC/SWIFT code must be 8 or 11 characters long.",
"invalidBicFormat": "The entered BIC/SWIFT code has an invalid format. Example: COBADEFFXXX"
}
}