aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n')
-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 2862b230e..298eda71b 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -48,7 +48,9 @@ values(VIDEO_CATEGORIES)
48 'This video does not exist.', 48 'This video does not exist.',
49 'We cannot fetch the video. Please try again later.', 49 'We cannot fetch the video. Please try again later.',
50 'Sorry', 50 'Sorry',
51 'This video is not available because the remote instance is not responding.' 51 'This video is not available because the remote instance is not responding.',
52 'This playlist does not exist',
53 'We cannot fetch the playlist. Please try again later.'
52 ]) 54 ])
53 .forEach(v => { serverKeys[v] = v }) 55 .forEach(v => { serverKeys[v] = v })
54 56