Skip to content

Commit ef284de

Browse files
committed
Update select2_locale_es.js
Added formatAjaxError string
1 parent d0d4bfb commit ef284de

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
@@ -10,7 +10,8 @@
1010
formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); },
1111
formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
1212
formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; },
13-
formatSearching: function () { return "Buscando…"; }
13+
formatSearching: function () { return "Buscando…"; },
14+
formatAjaxError: function() { return "La carga falló"; }
1415
};
1516

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

0 commit comments

Comments
 (0)