You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: select2_locale_es.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
"use strict";
6
6
7
7
$.fn.select2.locales['es']={
8
+
formatMatches: function(matches){if(matches===1){return"Un resultado disponible, presione enter para seleccionarlo.";}returnmatches+" resultados disponibles, use las teclas de dirección para navegar.";},
8
9
formatNoMatches: function(){return"No se encontraron resultados";},
0 commit comments