diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 13:43:18 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 13:43:18 +0000 |
commit | 91fc14cffcc1d81c02cea272a9eca1d5172f56ba (patch) | |
tree | 94f04679f8faf3b215d3c25f5ed3a93387136ac2 /public/js/i18n/datepicker.pl.js | |
parent | 4e60f91f3e87b63cfc6e20149d7a876bd6a538fe (diff) |
housekeeping: remove unused CSS and JS
Diffstat (limited to 'public/js/i18n/datepicker.pl.js')
-rwxr-xr-x | public/js/i18n/datepicker.pl.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/public/js/i18n/datepicker.pl.js b/public/js/i18n/datepicker.pl.js deleted file mode 100755 index 3c0f565..0000000 --- a/public/js/i18n/datepicker.pl.js +++ /dev/null @@ -1,13 +0,0 @@ -;(function ($) { $.fn.datepicker.language['pl'] = { - days: ['Niedziela', 'Poniedziałek', 'Wtorek', 'Środa', 'Czwartek', 'Piątek', 'Sobota'], - daysShort: ['Nie', 'Pon', 'Wto', 'Śro', 'Czw', 'Pią', 'Sob'], - daysMin: ['Nd', 'Pn', 'Wt', 'Śr', 'Czw', 'Pt', 'So'], - months: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec', 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], - monthsShort: ['Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru'], - today: 'Dzisiaj', - clear: 'Wyczyść', - dateFormat: 'yyyy-mm-dd', - timeFormat: 'hh:ii:aa', - firstDay: 1 -}; - })(jQuery);
\ No newline at end of file |