mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add player strings to translate
This commit is contained in:
parent
faeacaec68
commit
3f4c267ec9
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ const playerKeys = {
|
||||||
'Content warning': 'Content warning',
|
'Content warning': 'Content warning',
|
||||||
'Violence': 'Violence',
|
'Violence': 'Violence',
|
||||||
'Shocking Content': 'Shocking Content',
|
'Shocking Content': 'Shocking Content',
|
||||||
'Explicit Sex': 'Explicit Sex'
|
'Explicit Sex': 'Explicit Sex',
|
||||||
|
'Upload speed:': 'Upload speed:',
|
||||||
|
'Download speed:': 'Download speed:'
|
||||||
}
|
}
|
||||||
Object.assign(playerKeys, videojs)
|
Object.assign(playerKeys, videojs)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue