mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix untranslatable "previous/next video"
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user