Skip to content

Commit

Permalink
Merge pull request #9 from JensRoland/master
Browse files Browse the repository at this point in the history
Added a translation for danish (da-DK)
  • Loading branch information
jzaefferer committed Sep 3, 2012
2 parents 8eaadb5 + 43fc816 commit 2fb5a28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions localization/jquery.prettydate-da.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* Danish */
$.prettyDate.messages = {
now: "lige nu",
minute: "et minut siden",
minutes: $.prettyDate.template("{0} minutter siden"),
hour: "en time siden",
hours: $.prettyDate.template("{0} timer siden"),
yesterday: "i går",
days: $.prettyDate.template("{0} dage siden"),
weeks: $.prettyDate.template("{0} uger siden")
};

0 comments on commit 2fb5a28

Please sign in to comment.