aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
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}