Skip to content

Commit a4e9d83

Browse files
committed
added Czech localization
1 parent 97fd6eb commit a4e9d83

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)