From 5af4316f1dc1f5ba3f0f1dcf215582106c89beac Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Wed, 21 Mar 2012 16:32:09 -0400 Subject: [PATCH] Added English locale to use as a template for other languages --- locales/jquery.timeago.en.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 locales/jquery.timeago.en.js diff --git a/locales/jquery.timeago.en.js b/locales/jquery.timeago.en.js new file mode 100644 index 0000000..3d6652c --- /dev/null +++ b/locales/jquery.timeago.en.js @@ -0,0 +1,20 @@ +// English (Template) +jQuery.timeago.settings.strings = { + prefixAgo: null, + prefixFromNow: null, + suffixAgo: "ago", + suffixFromNow: "from now", + seconds: "less than a minute", + minute: "about a minute", + minutes: "%d minutes", + hour: "about an hour", + hours: "about %d hours", + day: "a day", + days: "%d days", + month: "about a month", + months: "%d months", + year: "about a year", + years: "%d years", + wordSeparator: " ", + numbers: [] +};