aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-12 15:07:21 +0100
committerChocobozzz <me@florianbigard.com>2022-01-12 15:07:21 +0100
commit2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3 (patch)
treeabb783daa18aab55fcda34e29a829792e7bcbc02 /scripts
parente98ef69d1c8d4e39e45a52b04b3abf5fd1af3b2c (diff)
downloadPeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.tar.gz
PeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.tar.zst
PeerTube-2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3.zip
Add fast forward/rewind on mobile
Diffstat (limited to 'scripts')
-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 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'