Merge pull request #2674 from LuisGP/patch-2
Update select2_locale_es.js
This commit is contained in:
commit
bfaaf8e6e5
@ -11,7 +11,8 @@
|
|||||||
formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); },
|
formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); },
|
||||||
formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
|
formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
|
||||||
formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; },
|
formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; },
|
||||||
formatSearching: function () { return "Buscando…"; }
|
formatSearching: function () { return "Buscando…"; },
|
||||||
|
formatAjaxError: function() { return "La carga falló"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
$.extend($.fn.select2.defaults, $.fn.select2.locales['es']);
|
$.extend($.fn.select2.defaults, $.fn.select2.locales['es']);
|
||||||
|
Loading…
Reference in New Issue
Block a user