Skip to content

Commit 72fdb9d

Browse files
Adds Croatian translation by msajko
1 parent 3ae89ce commit 72fdb9d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Croatian translation for the jQuery Timepicker Addon */
2+
/* Written by Mladen */
3+
(function($) {
4+
$.timepicker.regional['hr'] = {
5+
timeOnlyTitle: 'Odaberi vrijeme',
6+
timeText: 'Vrijeme',
7+
hourText: 'Sati',
8+
minuteText: 'Minute',
9+
secondText: 'Sekunde',
10+
millisecText: 'Milisekunde',
11+
timezoneText: 'Vremenska zona',
12+
currentText: 'Sada',
13+
closeText: 'Gotovo',
14+
timeFormat: 'HH:mm',
15+
amNames: ['a.m.', 'AM', 'A'],
16+
pmNames: ['p.m.', 'PM', 'P'],
17+
isRTL: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['hr']);
20+
})(jQuery);

0 commit comments

Comments
 (0)