diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-29 15:55:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:08:28 +0200 |
commit | a1bd2b77d99cec5c27d38501f5f12f9dc339de17 (patch) | |
tree | 58b4666297e0b832a52f962541498af61319110a /scripts/i18n/create-custom-files.ts | |
parent | 8ef866071f8109719e68647141d4c9e138438585 (diff) | |
download | PeerTube-a1bd2b77d99cec5c27d38501f5f12f9dc339de17.tar.gz PeerTube-a1bd2b77d99cec5c27d38501f5f12f9dc339de17.tar.zst PeerTube-a1bd2b77d99cec5c27d38501f5f12f9dc339de17.zip |
Remove webtorrent support from client
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 5 |
1 files changed, 4 insertions, 1 deletions
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 = { | |||
72 | 'Next video': 'Next video', | 72 | 'Next video': 'Next video', |
73 | 'This video is password protected': 'This video is password protected', | 73 | 'This video is password protected': 'This video is password protected', |
74 | 'You need a password to watch this video.': 'You need a password to watch this video.', | 74 | 'You need a password to watch this video.': 'You need a password to watch this video.', |
75 | 'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password' | 75 | 'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password', |
76 | 'Cancel': 'Cancel', | ||
77 | 'Up Next': 'Up Next', | ||
78 | 'Autoplay is suspended': 'Autoplay is suspended' | ||
76 | } | 79 | } |
77 | Object.assign(playerKeys, videojs) | 80 | Object.assign(playerKeys, videojs) |
78 | 81 | ||