From a1bd2b77d99cec5c27d38501f5f12f9dc339de17 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Jun 2023 15:55:00 +0200 Subject: Remove webtorrent support from client --- scripts/i18n/create-custom-files.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/i18n/create-custom-files.ts') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index d03d0fe83..696a097b1 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -72,7 +72,10 @@ const playerKeys = { 'Next video': 'Next video', 'This video is password protected': 'This video is password protected', 'You need a password to watch this video.': 'You need a password to watch this video.', - 'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password' + 'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password', + 'Cancel': 'Cancel', + 'Up Next': 'Up Next', + 'Autoplay is suspended': 'Autoplay is suspended' } Object.assign(playerKeys, videojs) -- cgit v1.2.3