Skip to content

Commit

Permalink
Merge pull request #1531 from sergiogomez/i18n-es-es
Browse files Browse the repository at this point in the history
add i18n-es_ES (spanish translation)
  • Loading branch information
caseyjhol authored Nov 4, 2016
2 parents 6a15603 + 1b9cfce commit 7234b15
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions js/i18n/defaults-es_ES.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: ES (Spanish)
* Region: ES (Spain)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'No hay selección',
noneResultsText: 'No hay resultados {0}',
countSelectedText: 'Seleccionados {0} de {1}',
maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']],
multipleSeparator: ', ',
selectAllText: 'Seleccionar Todos',
deselectAllText: 'Desmarcar Todos'
};
})(jQuery);

0 comments on commit 7234b15

Please sign in to comment.