1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Add "auto-generated" caption info

This commit is contained in:
Chocobozzz 2024-07-10 12:31:34 +02:00
parent c5de5ef1d0
commit 5d62c3c1cb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 30 additions and 8 deletions

View file

@ -81,6 +81,7 @@ const playerKeys = {
'{1} (from edge: {2})': '{1} (from edge: {2})',
'Disable subtitles': 'Disable subtitles',
'Enable {1} subtitle': 'Enable {1} subtitle',
'{1} (auto-generated)': '{1} (auto-generated)',
'Go back': 'Go back'
}
Object.assign(playerKeys, videojs)