Skip to content

Commit 9c0d83f

Browse files
OskarNSmgol
authored andcommitted
Datepicker: Fix typo in currentText in da localization
The term for "Today" in Danish is "I dag" not "Idag". This is a common misspelling in the Danish language. see https://dsn.dk/?retskriv=idag Dansk Sprognævn (DSN) is the authority over the Danish language. Closes gh-1862
1 parent d26032a commit 9c0d83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ui/i18n/datepicker-da.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ datepicker.regional.da = {
1616
closeText: "Luk",
1717
prevText: "<Forrige",
1818
nextText: "Næste>",
19-
currentText: "Idag",
19+
currentText: "I dag",
2020
monthNames: [ "Januar","Februar","Marts","April","Maj","Juni",
2121
"Juli","August","September","Oktober","November","December" ],
2222
monthNamesShort: [ "Jan","Feb","Mar","Apr","Maj","Jun",

0 commit comments

Comments
 (0)