Add a custom timeago.json for shorter timestamps, for example '15s' instead of '15 seconds ago'
This commit is contained in:
parent
d389d3a763
commit
3a1ae3a30e
2 changed files with 11 additions and 1 deletions
10
static/timeago.json
Normal file
10
static/timeago.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
"now",
|
||||
["%ss", "%ss"],
|
||||
["%smin", "%smin"],
|
||||
["%sh", "%sh"],
|
||||
["%sd", "%sd"],
|
||||
["%sw", "%sw"],
|
||||
["%sm", "%sm"],
|
||||
["%sy", "%sy"]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue