From dc3e3c26b95bc419ca3ad953539b3655885950c7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Feb 2023 15:57:08 +0100 Subject: Fix untranslatable "previous/next video" --- scripts/i18n/create-custom-files.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index eca2fe09d..66dbbfcb8 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -62,7 +62,9 @@ const playerKeys = { 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.', '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}', ' (muted)': ' (muted)', - '{1} from servers · {2} from peers': '{1} from servers · {2} from peers' + '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', + 'Previous video': 'Previous video', + 'Next video': 'Next video' } Object.assign(playerKeys, videojs) -- cgit v1.2.3