aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/i18n/create-custom-files.ts4
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}
67Object.assign(playerKeys, videojs) 69Object.assign(playerKeys, videojs)
68 70