Add 1 Minute interval to Timelapse Frames
parent
229fd62ae4
commit
43c3ab4e75
|
|
@ -2424,6 +2424,10 @@ module.exports = function(s,config,lang){
|
|||
"name": `.5 ${lang.minutes}`,
|
||||
"value": "30"
|
||||
},
|
||||
{
|
||||
"name": `1 ${lang.minute}`,
|
||||
"value": "60"
|
||||
},
|
||||
{
|
||||
"name": `5 ${lang.minutes}`,
|
||||
"value": "300"
|
||||
|
|
|
|||
|
|
@ -514,6 +514,7 @@
|
|||
"ago": "ago",
|
||||
"a few seconds": "a few seconds",
|
||||
"a minute": "a minute",
|
||||
"minute": "minute",
|
||||
"minutes": "minutes",
|
||||
"an hour": "an hour",
|
||||
"hours": "hours",
|
||||
|
|
|
|||
Loading…
Reference in New Issue