mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Fix english rendering if timeago seconds
This commit is contained in:
parent
ce43b7b3d9
commit
5d2697f460
@ -32,7 +32,7 @@
|
|||||||
"hour": "{{time}} hours",
|
"hour": "{{time}} hours",
|
||||||
"m": "{{time}}m",
|
"m": "{{time}}m",
|
||||||
"minute": "{{time}} minutes",
|
"minute": "{{time}} minutes",
|
||||||
"s": "s",
|
"s": "{{time}}s",
|
||||||
"second": "{{time}} seconds",
|
"second": "{{time}} seconds",
|
||||||
"formattedTimestamp": {
|
"formattedTimestamp": {
|
||||||
"12hour": "%b %-d, %I:%M:%S %p",
|
"12hour": "%b %-d, %I:%M:%S %p",
|
||||||
|
Loading…
Reference in New Issue
Block a user