aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-10 16:13:22 +0200
committerChocobozzz <me@florianbigard.com>2023-07-10 16:13:22 +0200
commit63e2f087c3410206aa294df8099b005e615592e5 (patch)
treebbc60b9b258f35442e9c6e6104e8df255f3704f1 /scripts
parent83b42f5a32df30fc8b665d52c7ef707c0c5c8566 (diff)
parent8953f055c86ca74f145d7ac5ac93bb6104d73af9 (diff)
downloadPeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.gz
PeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.zst
PeerTube-63e2f087c3410206aa294df8099b005e615592e5.zip
Merge branch 'feature/remove-webtorrent' into develop
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts5
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}
77Object.assign(playerKeys, videojs) 80Object.assign(playerKeys, videojs)
78 81