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.es.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 public/js/i18n/datepicker.es.js (limited to 'public/js/i18n/datepicker.es.js') diff --git a/public/js/i18n/datepicker.es.js b/public/js/i18n/datepicker.es.js deleted file mode 100755 index a8b6af5..0000000 --- a/public/js/i18n/datepicker.es.js +++ /dev/null @@ -1,12 +0,0 @@ -;(function ($) { $.fn.datepicker.language['es'] = { - days: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'], - daysShort: ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'], - daysMin: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'], - months: ['Enero','Febrero','Marzo','Abril','Mayo','Junio', 'Julio','Augosto','Septiembre','Octubre','Noviembre','Diciembre'], - monthsShort: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'], - today: 'Hoy', - clear: 'Limpiar', - dateFormat: 'dd/mm/yyyy', - timeFormat: 'hh:ii aa', - firstDay: 1 -}; })(jQuery); \ No newline at end of file -- cgit v1.2.3