Merge pull request #182 from hillai/patch-2

Corrected the Hebrew translation
This commit is contained in:
Ryan McGeary 2014-04-25 08:19:46 -04:00
commit cb1b0fe977

View file

@ -1,7 +1,7 @@
// Hebrew
jQuery.timeago.settings.strings = {
prefixAgo: "לפני",
prefixFromNow: "מעכשיו",
prefixFromNow: "עוד",
suffixAgo: "",
suffixFromNow: "",
seconds: "פחות מדקה",
@ -15,4 +15,4 @@ jQuery.timeago.settings.strings = {
months: "%d חודשים",
year: "שנה",
years: "%d שנים"
};
};