X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fi18n%2Fcreate-custom-files.ts;h=e52909c433987dacc2a9189c5d48e71d1b520190;hb=9bb082c4ab733c8eabe3b557e4d8f2905582c265;hp=bf3dfa1c9913f684ae50e10995510181c0a78dad;hpb=c4207f978e23c77f09c4646b940dfd532281300f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index bf3dfa1c9..e52909c43 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -56,6 +56,9 @@ const playerKeys = { 'disabled': 'disabled', ' 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)