aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-xscripts/i18n/create-custom-files.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 650b0aecd..e52909c43 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -57,6 +57,8 @@ const playerKeys = {
57 ' off': ' off', 57 ' off': ' off',
58 'Player mode': 'Player mode', 58 'Player mode': 'Player mode',
59 'Play in loop': 'Play in loop', 59 'Play in loop': 'Play in loop',
60 'This live has not started yet.': 'This live has not started yet.',
61 'This live has ended.': 'This live has ended.',
60 '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.'
61} 63}
62Object.assign(playerKeys, videojs) 64Object.assign(playerKeys, videojs)