Skip to content

Commit

Permalink
add jquery validate locale
Browse files Browse the repository at this point in the history
  • Loading branch information
afdev82 committed Oct 12, 2018
1 parent 710d2d8 commit 14b5e15
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Translated default messages for the jQuery validation plugin.
* Locale: EN (English)
* Region: US (United States)
*/
(function ($) {
$.extend($.validator.messages, {});
}(jQuery));

0 comments on commit 14b5e15

Please sign in to comment.