aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-04 09:18:39 +0200
committerChocobozzz <me@florianbigard.com>2022-05-04 09:18:39 +0200
commitb003d5751803e737b34dc71ce61e66a0d9d12eb4 (patch)
tree5fa973c94a16de74d4f809850a9a31fa6df87cbd /scripts
parent9c5e58226933e1a1b03d08944df5572f21638619 (diff)
downloadPeerTube-b003d5751803e737b34dc71ce61e66a0d9d12eb4.tar.gz
PeerTube-b003d5751803e737b34dc71ce61e66a0d9d12eb4.tar.zst
PeerTube-b003d5751803e737b34dc71ce61e66a0d9d12eb4.zip
Add missing player translation
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)