Skip to content

Commit bfaaf8e

Browse files
committed
Merge pull request select2#2674 from LuisGP/patch-2
Update select2_locale_es.js
2 parents dc6b987 + ef284de commit bfaaf8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

select2_locale_es.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); },
1212
formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
1313
formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; },
14-
formatSearching: function () { return "Buscando…"; }
14+
formatSearching: function () { return "Buscando…"; },
15+
formatAjaxError: function() { return "La carga falló"; }
1516
};
1617

1718
$.extend($.fn.select2.defaults, $.fn.select2.locales['es']);

0 commit comments

Comments
 (0)