Add missing translations
This commit is contained in:
parent
7af5ded409
commit
f19a9e4b68
|
@ -45,10 +45,11 @@ export class VideoTrendingComponent extends AbstractVideoList implements OnInit,
|
||||||
if (trendingDays === 1) {
|
if (trendingDays === 1) {
|
||||||
this.titlePage = $localize`Trending for the last 24 hours`
|
this.titlePage = $localize`Trending for the last 24 hours`
|
||||||
this.titleTooltip = $localize`Trending videos are those totalizing the greatest number of views during the last 24 hours`
|
this.titleTooltip = $localize`Trending videos are those totalizing the greatest number of views during the last 24 hours`
|
||||||
} else {
|
return
|
||||||
this.titlePage = `Trending for the last ${trendingDays} days`
|
|
||||||
this.titleTooltip = `Trending videos are those totalizing the greatest number of views during the last ${trendingDays} days`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.titlePage = $localize`Trending for the last ${trendingDays} days`
|
||||||
|
this.titleTooltip = $localize`Trending videos are those totalizing the greatest number of views during the last ${trendingDays} days`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue