You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
603 B
13 lines
603 B
// Turkish |
|
|
|
jQuery.extend( jQuery.fn.pickadate.defaults, { |
|
monthsFull: [ 'Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık' ], |
|
monthsShort: [ 'Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara' ], |
|
weekdaysFull: [ 'Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi' ], |
|
weekdaysShort: [ 'Pzr', 'Pzt', 'Sal', 'Çrş', 'Prş', 'Cum', 'Cmt' ], |
|
today: 'bugün', |
|
clear: 'sil', |
|
firstDay: 1, |
|
format: 'dd mmmm yyyy dddd', |
|
formatSubmit: 'yyyy/mm/dd' |
|
});
|
|
|