Skip to content

Commit 083efb9

Browse files
Added Hebrew localization
1 parent c7ff0cc commit 083efb9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Hebrew translation for the jQuery Timepicker Addon */
2+
/* Written by Lior Lapid */
3+
(function($) {
4+
$.timepicker.regional["he"] = {
5+
timeOnlyTitle: "בחרית זמן",
6+
timeText: "שעה",
7+
hourText: "שעות",
8+
minuteText: "דקות",
9+
secondText: "שניות",
10+
timezoneText: "אזור זמן",
11+
currentText: "עכשיו",
12+
closeText:"סגור",
13+
timeFormat: "hh:mm tt",
14+
ampm: false
15+
};
16+
$.timepicker.setDefaults($.timepicker.regional["he"]);
17+
})(jQuery);

0 commit comments

Comments
 (0)