Skip to content

Instantly share code, notes, and snippets.

@isikemre
Last active November 19, 2017 23:46
Show Gist options
  • Save isikemre/1bbb5a8a039b7784784e1d1fbdfeabdb to your computer and use it in GitHub Desktop.
Save isikemre/1bbb5a8a039b7784784e1d1fbdfeabdb to your computer and use it in GitHub Desktop.
Turkish Language for t1m0n/air-datepicker/
;(function ($) { $.fn.datepicker.language['tr'] = {
days: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'],
daysShort: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'],
daysMin: ['Pz', 'Pt', 'Sa', 'Ça', 'Pe', 'Cu', 'Ct'],
months: ['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'],
today: 'Bugün',
clear: 'Temizle',
dateFormat: 'dd.mm.yyyy',
timeFormat: 'hh:ii',
firstDay: 1
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment