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.
1 parent f1b0f2c commit 5b1a9afCopy full SHA for 5b1a9af
localization/jquery-ui-timepicker-sv.js
@@ -0,0 +1,20 @@
1
+/* Swedish translation for the jQuery Timepicker Addon */
2
+/* Written by Nevon */
3
+(function($) {
4
+ $.timepicker.regional['sv'] = {
5
+ timeOnlyTitle: 'Välj en tid',
6
+ timeText: 'Timme',
7
+ hourText: 'Timmar',
8
+ minuteText: 'Minuter',
9
+ secondText: 'Sekunder',
10
+ millisecText: 'Millisekunder',
11
+ timezoneText: 'Tidszon',
12
+ currentText: 'Nu',
13
+ closeText: 'Stäng',
14
+ timeFormat: 'hh:mm',
15
+ amNames: ['AM', 'A'],
16
+ pmNames: ['PM', 'P'],
17
+ ampm: false
18
+ };
19
+ $.timepicker.setDefaults($.timepicker.regional['sv']);
20
+})(jQuery);
0 commit comments