mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 07:47:54 -05:00
Update jquery.timeago.rs.js
This commit is contained in:
parent
c8b5b9365c
commit
98d000543c
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");
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue