From c1e043b7ba78cee73d13ded9ef03b256202540f1 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 10:36:10 +0300 Subject: Move STATIC_ROOT inside app directory --- static/js/locales/bootstrap-datepicker.tr.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 static/js/locales/bootstrap-datepicker.tr.js (limited to 'static/js/locales/bootstrap-datepicker.tr.js') diff --git a/static/js/locales/bootstrap-datepicker.tr.js b/static/js/locales/bootstrap-datepicker.tr.js deleted file mode 100755 index e46eced..0000000 --- a/static/js/locales/bootstrap-datepicker.tr.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Turkish translation for bootstrap-datepicker - * Serkan Algur - */ -;(function($){ - $.fn.datepicker.dates['tr'] = { - days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"], - daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"], - daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"], - 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" - }; -}(jQuery)); - -- cgit v1.2.3