Skip to content

Commit

Permalink
Merge pull request #81 from maletor/master
Browse files Browse the repository at this point in the history
English shortened locale
  • Loading branch information
rmm5t committed Jun 8, 2012
2 parents d09fbe5 + 934917f commit 623bcc6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locales/jquery.timeago.en-short.js
@@ -0,0 +1,20 @@
// English shortened
jQuery.timeago.settings.strings = {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: "",
suffixFromNow: "",
seconds: "1m",
minute: "1m",
minutes: "%dm",
hour: "1h",
hours: "%dh",
day: "1d",
days: "%dd",
month: "1mo",
months: "%dmo",
year: "1yr",
years: "%dyr",
wordSeparator: " ",
numbers: []
};

0 comments on commit 623bcc6

Please sign in to comment.