Skip to content

Commit ae72d5d

Browse files
author
unknown
committed
Add hebrew translate
1 parent 4496926 commit ae72d5d

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 Maxim Dolgin */
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)