Fixed broken locale-js for 'he'.

master
Jun Omae 2011-08-12 22:03:18 +09:00
parent cb98a45fd6
commit 9ee65b2428
1 changed files with 2 additions and 2 deletions

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