Skip to content

Commit 818686f

Browse files
Merge pull request trentrichardson#909 from simbulu/patch-1
Create jquery-ui-timepicker-fo.js
2 parents a7d5bc5 + 2a8781b commit 818686f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dist/i18n/jquery-ui-timepicker-fo.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/* Faroese translation for the jQuery Timepicker Addon */
2+
/* Written by Torkil Zachariassen */
3+
/* File: jquery-ui-timepicker-fo.js */
4+
(function ($) {
5+
$.timepicker.regional['fo'] = {
6+
timeOnlyTitle: 'Vel tíð',
7+
timeText: 'Tíð',
8+
hourText: 'Tími',
9+
minuteText: 'Minuttur',
10+
secondText: 'Sekund',
11+
millisecText: 'Millisekund',
12+
microsecText: 'Mikrosekund',
13+
timezoneText: 'Tíðarsona',
14+
currentText: 'Nú',
15+
closeText: 'Lat aftur',
16+
timeFormat: 'HH:mm',
17+
timeSuffix: '',
18+
amNames: ['am', 'AM', 'A'],
19+
pmNames: ['pm', 'PM', 'P'],
20+
isRTL: false
21+
};
22+
$.timepicker.setDefaults($.timepicker.regional['fo']);
23+
})(jQuery);

0 commit comments

Comments
 (0)