mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2026-06-12 15:37:05 +02:00
Localization: Add "pattern" translation for French (#2363)
This commit is contained in:
@@ -47,5 +47,6 @@ $.extend( $.validator.messages, {
|
||||
nifES: "Veuillez fournir un numéro NIF valide.",
|
||||
nieES: "Veuillez fournir un numéro NIE valide.",
|
||||
cifES: "Veuillez fournir un numéro CIF valide.",
|
||||
postalCodeCA: "Veuillez fournir un code postal valide."
|
||||
postalCodeCA: "Veuillez fournir un code postal valide.",
|
||||
pattern: "Format non valide."
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user