Skip to content

Commit 05f3db7

Browse files
Added Estonian translation by Karls
1 parent b53bf32 commit 05f3db7

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+
/* 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

Comments
 (0)