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>
|
||||
)}
|
||||
<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>
|
||||
<LivestreamComments uri={uri} />
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue