aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-tr.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-tr.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-tr.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-tr.js b/static/development-bundle/ui/i18n/ui.datepicker-tr.js
new file mode 100644
index 0000000..5817b2a
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-tr.js
@@ -0,0 +1,19 @@
1/* Turkish initialisation for the jQuery UI date picker plugin. */
2/* Written by Izzet Emre Erkan (kara@karalamalar.net). */
3jQuery(function($){
4 $.datepicker.regional['tr'] = {
5 closeText: 'kapat',
6 prevText: '<geri',
7 nextText: 'ileri&#x3e',
8 currentText: 'bugün',
9 monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran',
10 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'],
11 monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz',
12 'Tem','Ağu','Eyl','Eki','Kas','Ara'],
13 dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
14 dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
15 dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
16 dateFormat: 'dd.mm.yy', firstDay: 1,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['tr']);
19}); \ No newline at end of file