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

Add player strings to translate

This commit is contained in:
Chocobozzz 2025-07-08 15:47:26 +02:00
parent faeacaec68
commit 3f4c267ec9
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -91,7 +91,9 @@ const playerKeys = {
'Content warning': 'Content warning',
'Violence': 'Violence',
'Shocking Content': 'Shocking Content',
'Explicit Sex': 'Explicit Sex'
'Explicit Sex': 'Explicit Sex',
'Upload speed:': 'Upload speed:',
'Download speed:': 'Download speed:'
}
Object.assign(playerKeys, videojs)