]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Fix typo in currentText in da localization
authorOskarNS <soerensen.oskar@gmail.com>
Mon, 9 Dec 2019 20:11:13 +0000 (21:11 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 9 Dec 2019 20:11:13 +0000 (21:11 +0100)
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

ui/i18n/datepicker-da.js

index 273f0e3ff6ecd787a7c544bcbd1fcf59013059f1..4d4d823cae60f61eeb2f5aa39f3ccc0ee899c26d 100644 (file)
@@ -16,7 +16,7 @@ datepicker.regional.da = {
        closeText: "Luk",
        prevText: "&#x3C;Forrige",
        nextText: "Næste&#x3E;",
-       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",