summaryrefslogtreecommitdiff
path: root/public/js/i18n/datepicker.ro.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.ro.js
parent4e60f91f3e87b63cfc6e20149d7a876bd6a538fe (diff)
housekeeping: remove unused CSS and JS
Diffstat (limited to 'public/js/i18n/datepicker.ro.js')
-rwxr-xr-xpublic/js/i18n/datepicker.ro.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/public/js/i18n/datepicker.ro.js b/public/js/i18n/datepicker.ro.js
deleted file mode 100755
index 0034204..0000000
--- a/public/js/i18n/datepicker.ro.js
+++ /dev/null
@@ -1,13 +0,0 @@
-;(function ($) { $.fn.datepicker.language['ro'] = {
- days: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
- daysShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
- daysMin: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'],
- months: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie','Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'],
- monthsShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'],
- today: 'Azi',
- clear: 'Şterge',
- dateFormat: 'dd.mm.yyyy',
- timeFormat: 'hh:ii',
- firstDay: 1
-};
- })(jQuery); \ No newline at end of file