aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/datepicker-da.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-9/+12
| | | | | Fixes #15393 Closes gh-1958
* Datepicker: Fix typo in currentText in da localizationOskarNS2019-12-091-1/+1
| | | | | | | 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
* Datepicker: Style updatesAlexander Schmitz2015-09-111-21/+21
| | | | Ref #14246
* Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* I18n: Avoid indenting an entire fileRafael Xavier de Souza2014-02-191-20/+21
| | | | Make code identation consistent with every other source.
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+36
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029