From 6bb4a09d8ddc1b69e761760050f25e45289b28fd Mon Sep 17 00:00:00 2001 From: OskarNS Date: Thu, 14 Jun 2018 10:47:58 +0200 Subject: [PATCH] Fixed typo in currentText in da localization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- ui/i18n/datepicker-da.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/i18n/datepicker-da.js b/ui/i18n/datepicker-da.js index 273f0e3ff6e..4d4d823cae6 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",