Skip to content

Commit 372ec8d

Browse files
committed
Spanish l10n improved
1 parent 4eb1370 commit 372ec8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2_locale_es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
$.extend($.fn.select2.defaults, {
88
formatNoMatches: function () { return "No se encontraron resultados"; },
9-
formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "á" : "a") + "cter" + (n == 1? "" : "es"); },
10-
formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "á" : "a") + "cter" + (n == 1? "" : "es"); },
9+
formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "ácter" : "acteres"); },
10+
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..."; },
1313
formatSearching: function () { return "Buscando..."; }

0 commit comments

Comments
 (0)