Skip to content

Commit

Permalink
add en-US locale to select2
Browse files Browse the repository at this point in the history
  • Loading branch information
afdev82 committed Oct 8, 2018
1 parent e4cfe0a commit 242c923
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* Select2 English US translations
*/
(function ($) {
"use strict";

$.fn.select2.locales['en-US'] = {};

$.extend($.fn.select2.defaults, $.fn.select2.locales['en-US']);
})(jQuery);

0 comments on commit 242c923

Please sign in to comment.