Skip to content

Commit

Permalink
Added es-CL select2_locale js
Browse files Browse the repository at this point in the history
Added missing select2_local es-CL
  • Loading branch information
MauricioTRP authored Sep 11, 2023
1 parent 152b022 commit 3f3b1f4
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 Chilean Spanish translations
*/
(function ($) {
"use strict";

$.fn.select2.locales['es-CL'] = {};

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

0 comments on commit 3f3b1f4

Please sign in to comment.