diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-15 10:57:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-15 10:57:59 +0100 |
commit | 37c6bb3623023e902a5bbdbeba5b844f93558bcd (patch) | |
tree | e0c5e63a323b36b74cc7f847e4033b613e17e653 /scripts/i18n | |
parent | 301fc49c171b74750b1a963dadd7774bd8236827 (diff) | |
download | PeerTube-37c6bb3623023e902a5bbdbeba5b844f93558bcd.tar.gz PeerTube-37c6bb3623023e902a5bbdbeba5b844f93558bcd.tar.zst PeerTube-37c6bb3623023e902a5bbdbeba5b844f93558bcd.zip |
Translate copy magnet URI
Diffstat (limited to 'scripts/i18n')
-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 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 | } |