]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/create-custom-files.ts
Fix player translations
[github/Chocobozzz/PeerTube.git] / scripts / i18n / create-custom-files.ts
index 7a33ab624cd057ac1f16d66ea13825744ede8502..f33903ecd2186ab8beb2c8099e18e82ad1302525 100755 (executable)
@@ -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)