From 3e0e8d4afded28559b7c473061bbdc31ab542e1c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 21 Apr 2021 15:28:12 +0200 Subject: Revert "Fix context menu when watching a playlist" This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade --- scripts/i18n/create-custom-files.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'scripts/i18n') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 111bcbf4c..d4d5b44f0 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -29,18 +29,14 @@ const playerKeys = { 'Watching this video may reveal your IP address to others.': 'Watching this video may reveal your IP address to others.', 'Copy the video URL': 'Copy the video URL', 'Copy the video URL at the current time': 'Copy the video URL at the current time', - 'Copy video embed code': 'Copy video embed code', + 'Copy embed code': 'Copy embed code', 'Copy magnet URI': 'Copy magnet URI', 'Total downloaded: ': 'Total downloaded: ', 'Total uploaded: ': 'Total uploaded: ', 'From servers: ': 'From servers: ', 'From peers: ': 'From peers: ', 'Normal mode': 'Normal mode', - 'Play in loop': 'Play in loop', - 'Theater mode': 'Theater mode', - 'Copy the playlist URL': 'Copy the playlist URL', - 'Copy the playlist URL at current video position': 'Copy the playlist URL at current video position', - 'Copy the playlist embed code': 'Copy the playlist embed code' + 'Theater mode': 'Theater mode' } Object.assign(playerKeys, videojs) -- cgit v1.2.3