summaryrefslogtreecommitdiff
path: root/public/js/i18n/datepicker.da.js
diff options
context:
space:
mode:
authorlowercasename <raphaelkabo@gmail.com>2019-07-25 16:16:04 +0100
committerlowercasename <raphaelkabo@gmail.com>2019-07-25 16:16:04 +0100
commit930542049e40a1a99c9a0c2c349519ccddf52140 (patch)
treeace22d1e09c409bc47743a44b8f8ca41bb8b2dd6 /public/js/i18n/datepicker.da.js
First commit
Diffstat (limited to 'public/js/i18n/datepicker.da.js')
-rwxr-xr-xpublic/js/i18n/datepicker.da.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/js/i18n/datepicker.da.js b/public/js/i18n/datepicker.da.js
new file mode 100755
index 0000000..f34456e
--- /dev/null
+++ b/public/js/i18n/datepicker.da.js
@@ -0,0 +1,12 @@
+;(function ($) { $.fn.datepicker.language['da'] = {
+ days: ['Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag'],
+ daysShort: ['Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'],
+ daysMin: ['Sø', 'Ma', 'Ti', 'On', 'To', 'Fr', 'Lø'],
+ months: ['Januar','Februar','Marts','April','Maj','Juni', 'Juli','August','September','Oktober','November','December'],
+ monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'],
+ today: 'I dag',
+ clear: 'Nulstil',
+ dateFormat: 'dd/mm/yyyy',
+ timeFormat: 'hh:ii',
+ firstDay: 1
+}; })(jQuery); \ No newline at end of file