aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/i18n/jquery.ui.datepicker-cs.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/default/js/ui/i18n/jquery.ui.datepicker-cs.js (renamed from themes/default/js/ui/i18n/ui.datepicker-cs.js)8
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/default/js/ui/i18n/ui.datepicker-cs.js b/themes/default/js/ui/i18n/jquery.ui.datepicker-cs.js
index 334ae2f46..c3c07ea67 100644
--- a/themes/default/js/ui/i18n/ui.datepicker-cs.js
+++ b/themes/default/js/ui/i18n/jquery.ui.datepicker-cs.js
@@ -13,7 +13,11 @@ jQuery(function($){
dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'],
dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
dayNamesMin: ['ne','po','út','st','čt','pá','so'],
- dateFormat: 'dd.mm.yy', firstDay: 1,
- isRTL: false};
+ weekHeader: 'Týd',
+ dateFormat: 'dd.mm.yy',
+ firstDay: 1,
+ isRTL: false,
+ showMonthAfterYear: false,
+ yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['cs']);
});