1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Add caption button to player control bar

This commit is contained in:
Chocobozzz 2024-02-19 15:58:11 +01:00
parent 7b86b9b458
commit c97b8fd2ea
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 124 additions and 4 deletions

View file

@ -76,7 +76,9 @@ const playerKeys = {
'Cancel': 'Cancel',
'Up Next': 'Up Next',
'Autoplay is suspended': 'Autoplay is suspended',
'{1} (from edge: {2})': '{1} (from edge: {2})'
'{1} (from edge: {2})': '{1} (from edge: {2})',
'Disable subtitles': 'Disable subtitles',
'Enable {1} subtitle': 'Enable {1} subtitle'
}
Object.assign(playerKeys, videojs)