diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-02 11:16:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-02 11:26:18 +0100 |
commit | c4207f978e23c77f09c4646b940dfd532281300f (patch) | |
tree | b11f459839dced708a80f6cff5d57e49ecf45917 /scripts/i18n | |
parent | b25fdc73fdf22896093e12c51bb64160c0410879 (diff) | |
download | PeerTube-c4207f978e23c77f09c4646b940dfd532281300f.tar.gz PeerTube-c4207f978e23c77f09c4646b940dfd532281300f.tar.zst PeerTube-c4207f978e23c77f09c4646b940dfd532281300f.zip |
Fast forward on HLS decode error
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 248a5b038..bf3dfa1c9 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -55,7 +55,8 @@ const playerKeys = { | |||
55 | 'Playlist: {1}': 'Playlist: {1}', | 55 | 'Playlist: {1}': 'Playlist: {1}', |
56 | 'disabled': 'disabled', | 56 | 'disabled': 'disabled', |
57 | ' off': ' off', | 57 | ' off': ' off', |
58 | 'Player mode': 'Player mode' | 58 | 'Player mode': 'Player mode', |
59 | 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' | ||
59 | } | 60 | } |
60 | Object.assign(playerKeys, videojs) | 61 | Object.assign(playerKeys, videojs) |
61 | 62 | ||