Skip to content

Commit

Permalink
Datepicker: Fix typo in currentText in da localization
Browse files Browse the repository at this point in the history
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
  • Loading branch information
OskarNS authored and mgol committed Dec 9, 2019
1 parent d26032a commit 9c0d83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/datepicker-da.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ datepicker.regional.da = {
closeText: "Luk",
prevText: "<Forrige",
nextText: "Næste>",
currentText: "Idag",
currentText: "I dag",
monthNames: [ "Januar","Februar","Marts","April","Maj","Juni",
"Juli","August","September","Oktober","November","December" ],
monthNamesShort: [ "Jan","Feb","Mar","Apr","Maj","Jun",
Expand Down

0 comments on commit 9c0d83f

Please sign in to comment.