From b0185d7351f71bbc5ccbeed5bba86a619a7de70b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 31 May 2022 14:34:47 +0200 Subject: Add new player string to custom translations --- scripts/i18n/create-custom-files.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 650b0aecd..e52909c43 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -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) -- cgit v1.2.3