We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d4bfb commit ef284deCopy full SHA for ef284de
1 file changed
select2_locale_es.js
@@ -10,7 +10,8 @@
10
formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); },
11
formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
12
formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; },
13
- formatSearching: function () { return "Buscando…"; }
+ formatSearching: function () { return "Buscando…"; },
14
+ formatAjaxError: function() { return "La carga falló"; }
15
};
16
17
$.extend($.fn.select2.defaults, $.fn.select2.locales['es']);
0 commit comments