diff options
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 1 |
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 | } |
69 | Object.assign(playerKeys, videojs) | 70 | Object.assign(playerKeys, videojs) |