Fixed broken locale-js for 'he'.

This commit is contained in:
Jun Omae 2011-08-12 22:03:18 +09:00
parent cb98a45fd6
commit 9ee65b2428

View file

@ -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"]);