Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Apr 17, 2020
1 parent 89a24b3 commit 54c7722
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions js/i18n/defaults-sr_SP.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
* Region: SR (Republic of Serbia)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Izaberite',
noneResultsText: 'Nema rezultata za {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} izabrana' : '{0} izabrane';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Limit je dostignut ({n} stvar maximalno)' : 'Limit je dostignut ({n} stavke maksimalno)',
(numGroup == 1) ? 'Grupni limit je dostignut ({n} stvar maksimalno)' : 'Grupni limit je dostignut ({n} stavke maksimalno)'
];
},
selectAllText: 'Izaberi sve',
deselectAllText: 'Obrisi sve',
multipleSeparator: ', '
};
$.fn.selectpicker.defaults = {
noneSelectedText: 'Izaberite',
noneResultsText: 'Nema rezultata za {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} izabrana' : '{0} izabrane';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Limit je dostignut ({n} stvar maximalno)' : 'Limit je dostignut ({n} stavke maksimalno)',
(numGroup == 1) ? 'Grupni limit je dostignut ({n} stvar maksimalno)' : 'Grupni limit je dostignut ({n} stavke maksimalno)'
];
},
selectAllText: 'Izaberi sve',
deselectAllText: 'Obrisi sve',
multipleSeparator: ', '
};
})(jQuery);

0 comments on commit 54c7722

Please sign in to comment.