diff options
author | OskarNS <soerensen.oskar@gmail.com> | 2019-12-09 21:11:13 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-12-09 21:11:13 +0100 |
commit | 9c0d83f2e55f6b33e650f8dcd6b53866601695fd (patch) | |
tree | 179dccf0ff97d0b8c62f252527b457b11550cf3a /ui | |
parent | d26032ae50b3cd31f8e84fb846d8a9c0a6ceb750 (diff) | |
download | jquery-ui-9c0d83f2e55f6b33e650f8dcd6b53866601695fd.tar.gz jquery-ui-9c0d83f2e55f6b33e650f8dcd6b53866601695fd.zip |
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
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/datepicker-da.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/datepicker-da.js b/ui/i18n/datepicker-da.js index 273f0e3ff..4d4d823ca 100644 --- a/ui/i18n/datepicker-da.js +++ b/ui/i18n/datepicker-da.js @@ -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", |