summaryrefslogtreecommitdiff
path: root/public/js/i18n/datepicker.nl.js
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-27 13:43:18 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-02-27 13:43:18 +0000
commit91fc14cffcc1d81c02cea272a9eca1d5172f56ba (patch)
tree94f04679f8faf3b215d3c25f5ed3a93387136ac2 /public/js/i18n/datepicker.nl.js
parent4e60f91f3e87b63cfc6e20149d7a876bd6a538fe (diff)
housekeeping: remove unused CSS and JS
Diffstat (limited to 'public/js/i18n/datepicker.nl.js')
-rwxr-xr-xpublic/js/i18n/datepicker.nl.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/js/i18n/datepicker.nl.js b/public/js/i18n/datepicker.nl.js
deleted file mode 100755
index 8d29a5a..0000000
--- a/public/js/i18n/datepicker.nl.js
+++ /dev/null
@@ -1,12 +0,0 @@
-;(function ($) { $.fn.datepicker.language['nl'] = {
- days: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
- daysShort: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
- daysMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
- months: ['Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'],
- monthsShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'],
- today: 'Vandaag',
- clear: 'Legen',
- dateFormat: 'dd-MM-yy',
- timeFormat: 'hh:ii',
- firstDay: 0
-}; })(jQuery); \ No newline at end of file