diff options
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index eca2fe09d..66dbbfcb8 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -62,7 +62,9 @@ const playerKeys = { | |||
62 | 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.', | 62 | 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.', |
63 | '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}', | 63 | '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}', |
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', | ||
67 | 'Next video': 'Next video' | ||
66 | } | 68 | } |
67 | Object.assign(playerKeys, videojs) | 69 | Object.assign(playerKeys, videojs) |
68 | 70 | ||