Skip to content

Commit 044ad81

Browse files
Pull #857 - Adds Albaniani18n
1 parent 8f7aa5d commit 044ad81

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* Albanian translation for the jQuery Timepicker Addon */
2+
/* Written by Olti Buzi */
3+
(function($) {
4+
$.timepicker.regional['sq'] = {
5+
timeOnlyTitle: 'Zgjidh orarin',
6+
timeText: 'Orari',
7+
hourText: 'Ora',
8+
minuteText: 'Minuta',
9+
secondText: 'Sekonda',
10+
millisecText: 'Minisekonda',
11+
microsecText: 'Mikrosekonda',
12+
timezoneText: 'Zona kohore',
13+
currentText: 'Tani',
14+
closeText: 'Mbyll',
15+
timeFormat: 'HH:mm',
16+
timeSuffix: '',
17+
amNames: ['m.', 'AM', 'A'],
18+
pmNames: ['p.', 'PM', 'P'],
19+
isRTL: false
20+
};
21+
$.timepicker.setDefaults($.timepicker.regional['sq']);
22+
})(jQuery);

0 commit comments

Comments
 (0)