mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add new player string to custom translations
This commit is contained in:
parent
d3f4689bde
commit
b0185d7351
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ const playerKeys = {
|
||||||
' off': ' off',
|
' off': ' off',
|
||||||
'Player mode': 'Player mode',
|
'Player mode': 'Player mode',
|
||||||
'Play in loop': 'Play in loop',
|
'Play in loop': 'Play in loop',
|
||||||
|
'This live has not started yet.': 'This live has not started yet.',
|
||||||
|
'This live has ended.': 'This live has ended.',
|
||||||
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
|
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
|
||||||
}
|
}
|
||||||
Object.assign(playerKeys, videojs)
|
Object.assign(playerKeys, videojs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue