diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:13:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:13:22 +0200 |
commit | 63e2f087c3410206aa294df8099b005e615592e5 (patch) | |
tree | bbc60b9b258f35442e9c6e6104e8df255f3704f1 /scripts | |
parent | 83b42f5a32df30fc8b665d52c7ef707c0c5c8566 (diff) | |
parent | 8953f055c86ca74f145d7ac5ac93bb6104d73af9 (diff) | |
download | PeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.gz PeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.zst PeerTube-63e2f087c3410206aa294df8099b005e615592e5.zip |
Merge branch 'feature/remove-webtorrent' into develop
Diffstat (limited to 'scripts')
-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 | ||