Added es-CL select2_locale js

Added missing select2_local es-CL
This commit is contained in:
MauricioTRP 2023-09-11 14:52:07 -03:00 committed by Elia Schito
parent 1891495b0f
commit 28ae3e2800
No known key found for this signature in database
GPG Key ID: 9A79FC0070180BEE

View File

@ -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);