Skip to content

Commit f33d2c5

Browse files
authored
Merge pull request #2805 from adnotam/add_en-us_to_select2
add en-US locale to select2
2 parents 8fd6b1f + 242c923 commit f33d2c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Select2 English US translations
3+
*/
4+
(function ($) {
5+
"use strict";
6+
7+
$.fn.select2.locales['en-US'] = {};
8+
9+
$.extend($.fn.select2.defaults, $.fn.select2.locales['en-US']);
10+
})(jQuery);

0 commit comments

Comments
 (0)