1
0
Fork 0

Add new player string to custom translations

This commit is contained in:
Chocobozzz 2022-05-31 14:34:47 +02:00
parent d3f4689bde
commit b0185d7351
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -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)