Fixed broken locale-js for 'he'.
This commit is contained in:
parent
cb98a45fd6
commit
9ee65b2428
4
localization/jquery-ui-timepicker-he.js
vendored
4
localization/jquery-ui-timepicker-he.js
vendored
|
@ -12,8 +12,8 @@
|
|||
currentText: "עכשיו",
|
||||
closeText:"סגור",
|
||||
timeFormat: "hh:mm tt",
|
||||
amNames: ['לפנה"צ', AM', 'A'],
|
||||
pmNames: ['אחה"צ', PM', 'P'],
|
||||
amNames: ['לפנה"צ', 'AM', 'A'],
|
||||
pmNames: ['אחה"צ', 'PM', 'P'],
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional["he"]);
|
||||
|
|
Loading…
Reference in a new issue