Skip to content

Commit

Permalink
Translation for danish added
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRoland committed Aug 31, 2012
1 parent 8eaadb5 commit 43fc816
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 43fc816

Please sign in to comment.