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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 66dbbfcb8..7d03346a0 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -64,6 +64,7 @@ const playerKeys = {
64 ' (muted)': ' (muted)', 64 ' (muted)': ' (muted)',
65 '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', 65 '{1} from servers · {2} from peers': '{1} from servers · {2} from peers',
66 'Previous video': 'Previous video', 66 'Previous video': 'Previous video',
67 'Video page (new window)': 'Video page (new window)',
67 'Next video': 'Next video' 68 'Next video': 'Next video'
68} 69}
69Object.assign(playerKeys, videojs) 70Object.assign(playerKeys, videojs)