From 91fc14cffcc1d81c02cea272a9eca1d5172f56ba Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Tue, 27 Feb 2024 13:43:18 +0000 Subject: housekeeping: remove unused CSS and JS --- public/js/i18n/datepicker.de.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 public/js/i18n/datepicker.de.js (limited to 'public/js/i18n/datepicker.de.js') diff --git a/public/js/i18n/datepicker.de.js b/public/js/i18n/datepicker.de.js deleted file mode 100755 index fd9f8ff..0000000 --- a/public/js/i18n/datepicker.de.js +++ /dev/null @@ -1,13 +0,0 @@ -;(function ($) { $.fn.datepicker.language['de'] = { - days: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], - daysShort: ['Son', 'Mon', 'Die', 'Mit', 'Don', 'Fre', 'Sam'], - daysMin: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], - months: ['Januar','Februar','März','April','Mai','Juni', 'Juli','August','September','Oktober','November','Dezember'], - monthsShort: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], - today: 'Heute', - clear: 'Aufräumen', - dateFormat: 'dd.mm.yyyy', - timeFormat: 'hh:ii', - firstDay: 1 -}; - })(jQuery); \ No newline at end of file -- cgit v1.2.3