aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-31 14:34:47 +0200
committerChocobozzz <me@florianbigard.com>2022-05-31 14:34:47 +0200
commitb0185d7351f71bbc5ccbeed5bba86a619a7de70b (patch)
tree5e44c840f688daf7b6ca05d9f3a1f1584c3bc97e /scripts
parentd3f4689bded2a6f5b589fe79c3f8b6082d553d9e (diff)
downloadPeerTube-b0185d7351f71bbc5ccbeed5bba86a619a7de70b.tar.gz
PeerTube-b0185d7351f71bbc5ccbeed5bba86a619a7de70b.tar.zst
PeerTube-b0185d7351f71bbc5ccbeed5bba86a619a7de70b.zip
Add new player string to custom translations
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 650b0aecd..e52909c43 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -57,6 +57,8 @@ const playerKeys = {
57 ' off': ' off', 57 ' off': ' off',
58 'Player mode': 'Player mode', 58 'Player mode': 'Player mode',
59 'Play in loop': 'Play in loop', 59 'Play in loop': 'Play in loop',
60 'This live has not started yet.': 'This live has not started yet.',
61 'This live has ended.': 'This live has ended.',
60 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' 62 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
61} 63}
62Object.assign(playerKeys, videojs) 64Object.assign(playerKeys, videojs)