]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add new player string to custom translations
authorChocobozzz <me@florianbigard.com>
Tue, 31 May 2022 12:34:47 +0000 (14:34 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 31 May 2022 12:34:47 +0000 (14:34 +0200)
scripts/i18n/create-custom-files.ts

index 650b0aecd05fb827a9f16914f6342cae6f553288..e52909c433987dacc2a9189c5d48e71d1b520190 100755 (executable)
@@ -57,6 +57,8 @@ const playerKeys = {
   '  off': '  off',
   'Player mode': 'Player mode',
   'Play in loop': 'Play in loop',
+  'This live has not started yet.': 'This live has not started yet.',
+  'This live has ended.': 'This live has ended.',
   'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
 }
 Object.assign(playerKeys, videojs)