diff options
author | Raphael <mail@raphaelkabo.com> | 2024-02-27 17:19:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 17:19:36 +0000 |
commit | ec0bf2d6a9e74fd68febe9c09ba1997858ec3d7f (patch) | |
tree | 79ad5176790f20dd13610cda2ba72ba066ea64be /public/js/i18n/datepicker.es.js | |
parent | de688444d167fdb80c6e88b8ba837405ba7651a6 (diff) | |
parent | d607db902d801a9d84ea0075ff7f450be7875c49 (diff) |
Merge pull request #136 from lowercasename/rk/layout-tweaks
Layout tweaks and little fixes
Diffstat (limited to 'public/js/i18n/datepicker.es.js')
-rwxr-xr-x | public/js/i18n/datepicker.es.js | 12 |
1 files changed, 0 insertions, 12 deletions
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 |