mirror of https://github.com/Chocobozzz/PeerTube
Add new player string to custom translations
parent
d3f4689bde
commit
b0185d7351
|
@ -57,6 +57,8 @@ const playerKeys = {
|
|||
' off': ' off',
|
||||
'Player mode': 'Player mode',
|
||||
'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.'
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
|
Loading…
Reference in New Issue