Skip to content

Commit 18a7a6c

Browse files
Merge pull request trentrichardson#589 from Codegasm/dev
correct timeText and units in swedish translation
2 parents f076d9a + 689fde3 commit 18a7a6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

i18n/jquery-ui-timepicker-sv.js

Lines changed: 6 additions & 6 deletions
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)