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 b53bf32 commit 05f3db7Copy full SHA for 05f3db7
localization/jquery-ui-timepicker-et.js
@@ -0,0 +1,17 @@
1
+/* Estonian translation for the jQuery Timepicker Addon */
2
+/* Written by Karl Sutt (karl@sutt.ee) */
3
+(function($) {
4
+ $.timepicker.regional['et'] = {
5
+ timeOnlyTitle: 'Vali aeg',
6
+ timeText: 'Aeg',
7
+ hourText: 'Tund',
8
+ minuteText: 'Minut',
9
+ secondText: 'Sekund',
10
+ timezoneText: 'Ajavöönd',
11
+ currentText: 'Praegu',
12
+ closeText: 'Valmis',
13
+ timeFormat: 'hh:mm tt',
14
+ ampm: false
15
+ };
16
+ $.timepicker.setDefaults($.timepicker.regional['et']);
17
+})(jQuery);
0 commit comments