Skip to content

Commit 689fde3

Browse files
Zoee SilcockZoee Silcock
Zoee Silcock
authored and
Zoee Silcock
committed
correct timeText and units in swedish translation
1 parent f076d9a commit 689fde3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

i18n/jquery-ui-timepicker-sv.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
(function($) {
44
$.timepicker.regional['sv'] = {
55
timeOnlyTitle: 'Välj en tid',
6-
timeText: 'Timme',
7-
hourText: 'Timmar',
8-
minuteText: 'Minuter',
9-
secondText: 'Sekunder',
10-
millisecText: 'Millisekunder',
11-
microsecText: 'Mikrosekunder',
6+
timeText: 'Tid',
7+
hourText: 'Timme',
8+
minuteText: 'Minut',
9+
secondText: 'Sekund',
10+
millisecText: 'Millisekund',
11+
microsecText: 'Mikrosekund',
1212
timezoneText: 'Tidszon',
1313
currentText: 'Nu',
1414
closeText: 'Stäng',

0 commit comments

Comments
 (0)