diff options
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 | ||