aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n/create-custom-files.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-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 72136614c..d03d0fe83 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -69,7 +69,10 @@ const playerKeys = {
69 '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', 69 '{1} from servers · {2} from peers': '{1} from servers · {2} from peers',
70 'Previous video': 'Previous video', 70 'Previous video': 'Previous video',
71 'Video page (new window)': 'Video page (new window)', 71 'Video page (new window)': 'Video page (new window)',
72 'Next video': 'Next video' 72 'Next video': 'Next video',
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.',
75 'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password'
73} 76}
74Object.assign(playerKeys, videojs) 77Object.assign(playerKeys, videojs)
75 78