Update jquery.timeago.ar.js

This commit is contained in:
Muhammad Fawwaz Orabi 2013-05-05 05:21:27 +03:00
parent 3a6c719328
commit 6b2314815d

View file

@ -1,6 +1,11 @@
(function() {
function numpf(n, a) {
return a[plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5];
}
jQuery.timeago.settings.strings = {
prefixAgo: "منذ",
prefixFromNow: "يتبقى",
prefixFromNow: "بعد",
suffixAgo: null,
suffixFromNow: null, // null OR "من الآن"
second: function(value) { return numpf(value, [