Added Hebrew localization
This commit is contained in:
parent
c7ff0ccd31
commit
083efb98d5
17
localization/jquery-ui-timepicker-he.js
vendored
Normal file
17
localization/jquery-ui-timepicker-he.js
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
/* Hebrew translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Lior Lapid */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional["he"] = {
|
||||||
|
timeOnlyTitle: "בחרית זמן",
|
||||||
|
timeText: "שעה",
|
||||||
|
hourText: "שעות",
|
||||||
|
minuteText: "דקות",
|
||||||
|
secondText: "שניות",
|
||||||
|
timezoneText: "אזור זמן",
|
||||||
|
currentText: "עכשיו",
|
||||||
|
closeText:"סגור",
|
||||||
|
timeFormat: "hh:mm tt",
|
||||||
|
ampm: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional["he"]);
|
||||||
|
})(jQuery);
|
Loading…
Reference in a new issue