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

Fix player translations

This commit is contained in:
Chocobozzz 2020-11-09 16:29:58 +01:00
parent 6f512b68b5
commit c1961762b3
No known key found for this signature in database
GPG key ID: 583A612D890159BE
55 changed files with 136 additions and 84 deletions

View file

@ -32,7 +32,9 @@ const playerKeys = {
'Copy embed code': 'Copy embed code',
'Copy magnet URI': 'Copy magnet URI',
'Total downloaded: ': 'Total downloaded: ',
'Total uploaded: ': 'Total uploaded: '
'Total uploaded: ': 'Total uploaded: ',
'Normal mode': 'Normal mode',
'Theater mode': 'Theater mode'
}
Object.assign(playerKeys, videojs)
@ -54,9 +56,7 @@ values(VIDEO_CATEGORIES)
'We cannot fetch the playlist. Please try again later.',
'Playlist: {1}',
'By {1}',
'Unavailable video',
'Normal mode',
'Theater mode'
'Unavailable video'
])
.forEach(v => { serverKeys[v] = v })