We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399d980 + b30cc8d commit b61c3a4Copy full SHA for b61c3a4
localization/jquery-ui-timepicker-fi.js
@@ -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