From a2d70f253617b43a0a52cc3effe890d4e0d2599d Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Wed, 11 Apr 2012 14:44:57 -0400 Subject: [PATCH] Added Farsi translation --- locales/jquery.timeago.fa.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 locales/jquery.timeago.fa.js diff --git a/locales/jquery.timeago.fa.js b/locales/jquery.timeago.fa.js new file mode 100644 index 0000000..0a70819 --- /dev/null +++ b/locales/jquery.timeago.fa.js @@ -0,0 +1,22 @@ + +// Persian +// Use DIR attribute for RTL text in Persian Language for ABBR tag . +// By MB.seifollahi@gmail.com +jQuery.timeago.settings.strings = { + prefixAgo: null, + prefixFromNow: null, + suffixAgo: "پیش", + suffixFromNow: "از حال", + seconds: "کمتر از یک دقیقه", + minute: "حدود یک دقیقه", + minutes: "%d دقیقه", + hour: "حدود یک ساعت", + hours: "حدود %d ساعت", + day: "یک روز", + days: "%d روز", + month: "حدود یک ماه", + months: "%d ماه", + year: "حدود یک سال", + years: "%d سال", + wordSeparator: " " +}; \ No newline at end of file