summaryrefslogtreecommitdiff
path: root/public/js/i18n/datepicker.hu.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.hu.js
First commit
Diffstat (limited to 'public/js/i18n/datepicker.hu.js')
-rwxr-xr-xpublic/js/i18n/datepicker.hu.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/js/i18n/datepicker.hu.js b/public/js/i18n/datepicker.hu.js
new file mode 100755
index 0000000..7d144b3
--- /dev/null
+++ b/public/js/i18n/datepicker.hu.js
@@ -0,0 +1,12 @@
+;(function ($) { ;(function ($) { $.fn.datepicker.language['hu'] = {
+ days: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
+ daysShort: ['Va', 'Hé', 'Ke', 'Sze', 'Cs', 'Pé', 'Szo'],
+ daysMin: ['V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz'],
+ months: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
+ monthsShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
+ today: 'Ma',
+ clear: 'Törlés',
+ dateFormat: 'yyyy-mm-dd',
+ timeFormat: 'hh:ii aa',
+ firstDay: 1
+}; })(jQuery); })(jQuery); \ No newline at end of file