Skip to content

Commit 0982bc5

Browse files
authored
Update da_DK.ts locale (#25)
Fixed minor typos in translations for the Danish locale.
1 parent 8b39a6a commit 0982bc5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/locale/da_DK.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const locale: Locale = {
66
now: 'Nu',
77
backToToday: 'Gå til i dag',
88
ok: 'Ok',
9-
clear: 'Annuller',
9+
clear: 'Ryd',
1010
month: 'Måned',
1111
year: 'År',
1212
timeSelect: 'Vælg tidspunkt',
@@ -19,10 +19,10 @@ const locale: Locale = {
1919
dayFormat: 'D',
2020
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
2121
monthBeforeYear: true,
22-
previousMonth: 'Forrige måned(PageUp)',
23-
nextMonth: 'Næste måned (PageDown)',
24-
previousYear: 'Forrige år (Control + left)',
25-
nextYear: 'Næste r (Control + right)',
22+
previousMonth: 'Forrige måned (Page Up)',
23+
nextMonth: 'Næste måned (Page Down)',
24+
previousYear: 'Forrige år (Ctrl-venstre pil)',
25+
nextYear: 'Næste år (Ctrl-højre pil)',
2626
previousDecade: 'Forrige årti',
2727
nextDecade: 'Næste årti',
2828
previousCentury: 'Forrige århundrede',

0 commit comments

Comments
 (0)