Skip to content

Commit 6b5567e

Browse files
author
Primoz Hadalin
committed
Merge branch 'slovenian-translation' into dev
2 parents a31d28d + 16e62fb commit 6b5567e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/i18n/jquery-ui-timepicker-sl.js

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* Slovenian translation for the jQuery Timepicker Addon */
2+
/* Written by Hadalin (https://github.com/hadalin) */
3+
(function($) {
4+
$.timepicker.regional['sl'] = {
5+
timeOnlyTitle: 'Izberite čas',
6+
timeText: 'Čas',
7+
hourText: 'Ura',
8+
minuteText: 'Minute',
9+
secondText: 'Sekunde',
10+
millisecText: 'Milisekunde',
11+
microsecText: 'Mikrosekunde',
12+
timezoneText: 'Časovni pas',
13+
currentText: 'Sedaj',
14+
closeText: 'Zapri',
15+
timeFormat: 'HH:mm',
16+
amNames: ['dop.', 'AM', 'A'],
17+
pmNames: ['pop.', 'PM', 'P'],
18+
isRTL: false
19+
};
20+
$.timepicker.setDefaults($.timepicker.regional['sl']);
21+
})(jQuery);

0 commit comments

Comments
 (0)