Skip to content

Commit b8d6646

Browse files
authored
Localization: Add "pattern" translation for French (jquery-validation#2363)
1 parent b9c793c commit b8d6646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/localization/messages_fr.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ $.extend( $.validator.messages, {
4747
nifES: "Veuillez fournir un numéro NIF valide.",
4848
nieES: "Veuillez fournir un numéro NIE valide.",
4949
cifES: "Veuillez fournir un numéro CIF valide.",
50-
postalCodeCA: "Veuillez fournir un code postal valide."
50+
postalCodeCA: "Veuillez fournir un code postal valide.",
51+
pattern: "Format non valide."
5152
} );

0 commit comments

Comments
 (0)