Skip to content

Commit dc6b987

Browse files
committed
Merge pull request select2#2673 from LuisGP/patch-1
Update select2_locale_es.js
2 parents d0d4bfb + 438be4f commit dc6b987

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

select2_locale_es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"use strict";
66

77
$.fn.select2.locales['es'] = {
8+
formatMatches: function (matches) { if (matches === 1) { return "Un resultado disponible, presione enter para seleccionarlo."; } return matches + " resultados disponibles, use las teclas de dirección para navegar."; },
89
formatNoMatches: function () { return "No se encontraron resultados"; },
910
formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "ácter" : "acteres"); },
1011
formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); },

0 commit comments

Comments
 (0)