diff options
-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 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 | } |
61 | Object.assign(playerKeys, videojs) | 62 | Object.assign(playerKeys, videojs) |