We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ff0cc commit 083efb9Copy full SHA for 083efb9
localization/jquery-ui-timepicker-he.js
@@ -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