From ef51b60c6481254d88c5fc3c34f4127b7f881a58 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Nov 2012 12:05:40 -0500 Subject: Frontend static/ folder --- .../ui/i18n/jquery.ui.datepicker-tr.js | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js (limited to 'frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js') diff --git a/frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js b/frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js new file mode 100644 index 0000000..dedfc7f --- /dev/null +++ b/frontend/static/other_rooms/datepicker/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js @@ -0,0 +1,23 @@ +/* Turkish initialisation for the jQuery UI date picker plugin. */ +/* Written by Izzet Emre Erkan (kara@karalamalar.net). */ +jQuery(function($){ + $.datepicker.regional['tr'] = { + closeText: 'kapat', + prevText: '<geri', + nextText: 'ileri>', + currentText: 'bugün', + monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', + 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], + monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', + 'Tem','Ağu','Eyl','Eki','Kas','Ara'], + dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], + dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], + dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], + weekHeader: 'Hf', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['tr']); +}); \ No newline at end of file -- cgit v1.2.3-70-g09d2