aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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 bf3dfa1c9..650b0aecd 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -56,6 +56,7 @@ const playerKeys = {
56 'disabled': 'disabled', 56 'disabled': 'disabled',
57 ' off': ' off', 57 ' off': ' off',
58 'Player mode': 'Player mode', 58 'Player mode': 'Player mode',
59 'Play in loop': 'Play in loop',
59 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' 60 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
60} 61}
61Object.assign(playerKeys, videojs) 62Object.assign(playerKeys, videojs)