Skip to content

Commit

Permalink
Merge pull request #187 from borkor/patch-1
Browse files Browse the repository at this point in the history
Update jquery.timeago.rs.js
  • Loading branch information
rmm5t committed Jun 5, 2014
2 parents c8b5b93 + 98d0005 commit 0399e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/jquery.timeago.rs.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
months: function (value) {
return numpf(value, "%d mesec", "%d meseca", "%d meseci");
},
year: "pre godinu dana",
year: "godinu dana",
years: function (value) {
return numpf(value, "%d godinu", "%d godine", "%d godina");
},
Expand Down

0 comments on commit 0399e80

Please sign in to comment.