Skip to content

Commit 84d399f

Browse files
Merge pull request trentrichardson#155 from voda/localization
added Czech localization
2 parents 643f20f + a4e9d83 commit 84d399f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
$.timepicker.regional.cs = {
2+
timeOnlyTitle: 'Vyberte čas',
3+
timeText: 'Čas',
4+
hourText: 'Hodiny',
5+
minuteText: 'Minuty',
6+
secondText: 'Vteřiny',
7+
currentText: 'Nyní',
8+
closeText: 'Zavřít',
9+
timeFormat: 'h:m',
10+
ampm: false
11+
};
12+
$.timepicker.setDefaults($.timepicker.regional.cs);

0 commit comments

Comments
 (0)