aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 89a967b14..78a51d1e6 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -52,7 +52,8 @@ values(VIDEO_CATEGORIES)
52 'This playlist does not exist', 52 'This playlist does not exist',
53 'We cannot fetch the playlist. Please try again later.', 53 'We cannot fetch the playlist. Please try again later.',
54 'Playlist: {1}', 54 'Playlist: {1}',
55 'By {1}' 55 'By {1}',
56 'Unavailable video'
56 ]) 57 ])
57 .forEach(v => { serverKeys[v] = v }) 58 .forEach(v => { serverKeys[v] = v })
58 59