Skip to content

Commit 4f0eb62

Browse files
author
Jan Novotný
committed
Added Slovak localization.
1 parent 81e325d commit 4f0eb62

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* Slovak translation for the jQuery Timepicker Addon */
2+
/* Written by Andrea Pavolková */
3+
(function($) {
4+
$.timepicker.regional['sk'] = {
5+
timeOnlyTitle: 'Vyberte čas',
6+
timeText: 'Čas',
7+
hourText: 'Hodiny',
8+
minuteText: 'Minúty',
9+
secondText: 'Sekundy',
10+
timezoneText: 'Časové pásmo',
11+
currentText: 'Teraz',
12+
closeText: 'Zavrieť',
13+
timeFormat: 'h:m',
14+
ampm: false,
15+
am: 'dop.',
16+
pm: 'odp.'
17+
};
18+
$.timepicker.setDefaults($.timepicker.regional['sk']);
19+
})(jQuery);

0 commit comments

Comments
 (0)