Fix untranslatable "previous/next video"

pull/5615/head
Chocobozzz 2023-02-13 15:57:08 +01:00
parent c5b28f6336
commit dc3e3c26b9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ const playerKeys = {
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.',
'{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}',
' (muted)': ' (muted)',
'{1} from servers · {2} from peers': '{1} from servers · {2} from peers'
'{1} from servers · {2} from peers': '{1} from servers · {2} from peers',
'Previous video': 'Previous video',
'Next video': 'Next video'
}
Object.assign(playerKeys, videojs)