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.ro.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 static/js/locales/bootstrap-datepicker.ro.js (limited to 'static/js/locales/bootstrap-datepicker.ro.js') diff --git a/static/js/locales/bootstrap-datepicker.ro.js b/static/js/locales/bootstrap-datepicker.ro.js deleted file mode 100755 index 03c1a47..0000000 --- a/static/js/locales/bootstrap-datepicker.ro.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Romanian translation for bootstrap-datepicker - * Cristian Vasile - */ -;(function($){ - $.fn.datepicker.dates['ro'] = { - days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă", "Duminică"], - daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", "Dum"], - daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"], - months: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"], - monthsShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"], - today: "Astăzi", - weekStart: 1 - }; -}(jQuery)); -- cgit v1.2.3