Skip to content

Commit 9ee65b2

Browse files
committed
Fixed broken locale-js for 'he'.
1 parent cb98a45 commit 9ee65b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localization/jquery-ui-timepicker-he.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
currentText: "עכשיו",
1313
closeText:"סגור",
1414
timeFormat: "hh:mm tt",
15-
amNames: ['לפנה"צ', AM', 'A'],
16-
pmNames: ['אחה"צ', PM', 'P'],
15+
amNames: ['לפנה"צ', 'AM', 'A'],
16+
pmNames: ['אחה"צ', 'PM', 'P'],
1717
ampm: false
1818
};
1919
$.timepicker.setDefaults($.timepicker.regional["he"]);

0 commit comments

Comments
 (0)