Skip to content

Commit b30cc8d

Browse files
Added Finnish translation by paazmaya
1 parent 67386ec commit b30cc8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/* Finnish translation for the jQuery Timepicker Addon */
2+
/* Written by Juga Paazmaya (http://github.com/paazmaya) */
3+
(function($) {
4+
$.timepicker.regional['fi'] = {
5+
timeOnlyTitle: 'Valitse aika',
6+
timeText: 'Aika',
7+
hourText: 'Tunti',
8+
minuteText: 'Minuutti',
9+
secondText: 'Sekunti',
10+
millisecText: 'Millisekunnin',
11+
timezoneText: 'Aikavyöhyke',
12+
currentText: 'Nyt',
13+
closeText: 'Sulje',
14+
timeFormat: 'hh:mm',
15+
ampm: false
16+
};
17+
$.timepicker.setDefaults($.timepicker.regional['fi']);
18+
})(jQuery);

0 commit comments

Comments
 (0)