diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:18:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:18:39 +0200 |
commit | b003d5751803e737b34dc71ce61e66a0d9d12eb4 (patch) | |
tree | 5fa973c94a16de74d4f809850a9a31fa6df87cbd /scripts/i18n/create-custom-files.ts | |
parent | 9c5e58226933e1a1b03d08944df5572f21638619 (diff) | |
download | PeerTube-b003d5751803e737b34dc71ce61e66a0d9d12eb4.tar.gz PeerTube-b003d5751803e737b34dc71ce61e66a0d9d12eb4.tar.zst PeerTube-b003d5751803e737b34dc71ce61e66a0d9d12eb4.zip |
Add missing player translation
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-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) |