javascript-time-ago
Version:
Localized relative date/time formatting
30 lines • 456 B
JSON
{
"year": {
"one": "{0} year",
"other": "{0} years"
},
"month": {
"one": "{0} month",
"other": "{0} months"
},
"week": {
"one": "{0} week",
"other": "{0} weeks"
},
"day": {
"one": "{0} day",
"other": "{0} days"
},
"hour": {
"one": "{0} hour",
"other": "{0} hours"
},
"minute": {
"one": "{0} minute",
"other": "{0} minutes"
},
"second": {
"one": "{0} second",
"other": "{0} seconds"
}
}