Skip to content

Commit d407ddf

Browse files
trentrichardson#838 - Macedonian localization by @ristovskiv
1 parent 6326162 commit d407ddf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/i18n/jquery-ui-timepicker-mk.js

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* Macedonian cyrilic translation for the jQuery Timepicker Addon */
2+
/* Written by Vlatko Ristovski */
3+
(function($) {
4+
$.timepicker.regional['mk'] = {
5+
timeOnlyTitle: 'Одберете време',
6+
timeText: 'Време',
7+
hourText: 'Час',
8+
minuteText: 'Минути',
9+
secondText: 'Секунди',
10+
millisecText: 'Милисекунди',
11+
microsecText: 'Микросекунди',
12+
timezoneText: 'Временска зона',
13+
currentText: 'Сега',
14+
closeText: 'Затвори',
15+
timeFormat: 'HH:mm',
16+
timeSuffix: '',
17+
amNames: ['AM', 'A'],
18+
pmNames: ['PM', 'P'],
19+
isRTL: false
20+
};
21+
$.timepicker.setDefaults($.timepicker.regional['mk']);
22+
})(jQuery);

0 commit comments

Comments
 (0)