i18n
This commit is contained in:
parent
e1531b03bf
commit
ddd6a8d191
1 changed files with 7 additions and 1 deletions
|
@ -41,7 +41,13 @@ export default function LivestreamLayout(props: Props) {
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<FileTitleSection uri={uri} livestream isLive={isLive} activeViewers={activeViewers} stateOfViewers={isLive ? "watching" : "waiting"} />
|
<FileTitleSection
|
||||||
|
uri={uri}
|
||||||
|
livestream
|
||||||
|
isLive={isLive}
|
||||||
|
activeViewers={activeViewers}
|
||||||
|
stateOfViewers={isLive ? __('watching') : __('waiting')}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<LivestreamComments uri={uri} />
|
<LivestreamComments uri={uri} />
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue