Skip to content

Commit cad70fd

Browse files
Add Ukrainian localization
1 parent a5919e7 commit cad70fd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Ukrainian translation for the jQuery Timepicker Addon */
2+
/* Written by Sergey Noskov */
3+
(function($) {
4+
$.timepicker.regional['uk'] = {
5+
timeOnlyTitle: 'Виберіть час',
6+
timeText: 'Час',
7+
hourText: 'Години',
8+
minuteText: 'Хвилини',
9+
secondText: 'Секунди',
10+
millisecText: 'Мілісекунди',
11+
timezoneText: 'Часовий пояс',
12+
currentText: 'Зараз',
13+
closeText: 'Закрити',
14+
timeFormat: 'hh:mm tt',
15+
amNames: ['AM', 'A'],
16+
pmNames: ['PM', 'P'],
17+
ampm: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['uk']);
20+
})(jQuery);

0 commit comments

Comments
 (0)