diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-12 15:07:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-12 15:07:21 +0100 |
commit | 2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3 (patch) | |
tree | abb783daa18aab55fcda34e29a829792e7bcbc02 /scripts | |
parent | e98ef69d1c8d4e39e45a52b04b3abf5fd1af3b2c (diff) | |
download | PeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.tar.gz PeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.tar.zst PeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.zip |
Add fast forward/rewind on mobile
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 7556866e6..248a5b038 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -50,7 +50,9 @@ const playerKeys = { | |||
50 | 'Buffer State': 'Buffer State', | 50 | 'Buffer State': 'Buffer State', |
51 | 'Live Latency': 'Live Latency', | 51 | 'Live Latency': 'Live Latency', |
52 | 'P2P': 'P2P', | 52 | 'P2P': 'P2P', |
53 | '{1} seconds': '{1} seconds', | ||
53 | 'enabled': 'enabled', | 54 | 'enabled': 'enabled', |
55 | 'Playlist: {1}': 'Playlist: {1}', | ||
54 | 'disabled': 'disabled', | 56 | 'disabled': 'disabled', |
55 | ' off': ' off', | 57 | ' off': ' off', |
56 | 'Player mode': 'Player mode' | 58 | 'Player mode': 'Player mode' |