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