Merge pull request #187 from borkor/patch-1
Update jquery.timeago.rs.js
This commit is contained in:
commit
0399e804db
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
},
|
||||
|
|
Reference in a new issue