fix getDate bug and consistency in localizations
This commit is contained in:
parent
ba1d07e154
commit
eff83d0ab8
2 changed files with 3 additions and 3 deletions
4
localization/jquery-ui-timepicker-cs.js
vendored
4
localization/jquery-ui-timepicker-cs.js
vendored
|
@ -1,6 +1,6 @@
|
|||
/* Czech translation for the jQuery Timepicker Addon */
|
||||
/* Written by Ondřej Vodáček */
|
||||
$.timepicker.regional.cs = {
|
||||
$.timepicker.regional['cs'] = {
|
||||
timeOnlyTitle: 'Vyberte čas',
|
||||
timeText: 'Čas',
|
||||
hourText: 'Hodiny',
|
||||
|
@ -12,4 +12,4 @@ $.timepicker.regional.cs = {
|
|||
timeFormat: 'h:m',
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional.cs);
|
||||
$.timepicker.setDefaults($.timepicker.regional['cs']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue