aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-13 15:57:08 +0100
committerChocobozzz <me@florianbigard.com>2023-02-13 15:57:08 +0100
commitdc3e3c26b95bc419ca3ad953539b3655885950c7 (patch)
tree87eaeca2d2056d47767c93a6b51d1dca111e88fc /scripts
parentc5b28f63367ac373bfa38d4b21791a0a5f1d78c1 (diff)
downloadPeerTube-dc3e3c26b95bc419ca3ad953539b3655885950c7.tar.gz
PeerTube-dc3e3c26b95bc419ca3ad953539b3655885950c7.tar.zst
PeerTube-dc3e3c26b95bc419ca3ad953539b3655885950c7.zip
Fix untranslatable "previous/next video"
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index eca2fe09d..66dbbfcb8 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -62,7 +62,9 @@ const playerKeys = {
62 '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.',
63 '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}', 63 '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}',
64 ' (muted)': ' (muted)', 64 ' (muted)': ' (muted)',
65 '{1} from servers · {2} from peers': '{1} from servers · {2} from peers' 65 '{1} from servers · {2} from peers': '{1} from servers · {2} from peers',
66 'Previous video': 'Previous video',
67 'Next video': 'Next video'
66} 68}
67Object.assign(playerKeys, videojs) 69Object.assign(playerKeys, videojs)
68 70