Skip to content

Commit

Permalink
Localization: Add "pattern" translation for French (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobJohnston committed Nov 28, 2020
1 parent b9c793c commit b8d6646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/localization/messages_fr.js
Expand Up @@ -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."
} );

0 comments on commit b8d6646

Please sign in to comment.