diff options
-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 | } |