Skip to content

Commit

Permalink
Update defaults-tr_TR.js
Browse files Browse the repository at this point in the history
  • Loading branch information
roundrobinquantum committed Dec 29, 2014
1 parent 9060678 commit 7aad7d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/i18n/defaults-tr_TR.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Translated default messages for bootstrap-select.
* Locale: TR (Turkey)
* Region: TR (Europe)
* Author: Serhan Güney
*/
(function ($) {
$.fn.selectpicker.defaults = {
Expand All @@ -16,8 +17,8 @@
arr[1] = (numGroup == 1) ? 'Grup limiti aşıldı (maksimum {n} sayıda öğe)' : 'Grup limiti aşıldı (maksimum {n} sayıda öğe)';
return arr;
},
selectAllText: 'Hepsini seç',
deselectAllText: 'Hiçbirini seçme',
selectAllText: 'Tümünü Seç',
deselectAllText: 'Seçiniz',
multipleSeparator: ', '
};
}(jQuery));

0 comments on commit 7aad7d6

Please sign in to comment.