aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-15 10:57:59 +0100
committerChocobozzz <me@florianbigard.com>2019-02-15 10:57:59 +0100
commit37c6bb3623023e902a5bbdbeba5b844f93558bcd (patch)
treee0c5e63a323b36b74cc7f847e4033b613e17e653 /scripts
parent301fc49c171b74750b1a963dadd7774bd8236827 (diff)
downloadPeerTube-37c6bb3623023e902a5bbdbeba5b844f93558bcd.tar.gz
PeerTube-37c6bb3623023e902a5bbdbeba5b844f93558bcd.tar.zst
PeerTube-37c6bb3623023e902a5bbdbeba5b844f93558bcd.zip
Translate copy magnet URI
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 664207e1c..40c420825 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -30,6 +30,7 @@ const playerKeys = {
30 'Copy the video URL': 'Copy the video URL', 30 'Copy the video URL': 'Copy the video URL',
31 'Copy the video URL at the current time': 'Copy the video URL at the current time', 31 'Copy the video URL at the current time': 'Copy the video URL at the current time',
32 'Copy embed code': 'Copy embed code', 32 'Copy embed code': 'Copy embed code',
33 'Copy magnet URI': 'Copy magnet URI',
33 'Total downloaded: ': 'Total downloaded: ', 34 'Total downloaded: ': 'Total downloaded: ',
34 'Total uploaded: ': 'Total uploaded: ' 35 'Total uploaded: ': 'Total uploaded: '
35} 36}