Skip to content

Commit fc29bd7

Browse files
Merge pull request trentrichardson#259 from inerdia/dev
Finished the Slovak localisation in the dev branch
2 parents cc2b4dd + 20b0c08 commit fc29bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

localization/jquery-ui-timepicker-sk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
timeOnlyTitle: 'Zvoľte čas',
66
timeText: 'Čas',
77
hourText: 'Hodiny',
8-
minuteText: 'Minuty',
8+
minuteText: 'Minúty',
99
secondText: 'Sekundy',
1010
millisecText: 'Milisekundy',
1111
timezoneText: 'Časové pásmo',
1212
currentText: 'Teraz',
13-
closeText: 'Zavřít',
13+
closeText: 'Zavrieť',
1414
timeFormat: 'h:m',
1515
amNames: ['dop.', 'AM', 'A'],
16-
pmNames: ['odp.', 'PM', 'P'],
16+
pmNames: ['pop.', 'PM', 'P'],
1717
ampm: false
1818
};
1919
$.timepicker.setDefaults($.timepicker.regional['sk']);

0 commit comments

Comments
 (0)