diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 298eda71b..89a967b14 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -50,7 +50,9 @@ values(VIDEO_CATEGORIES) | |||
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', | 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}', | ||
55 | 'By {1}' | ||
54 | ]) | 56 | ]) |
55 | .forEach(v => { serverKeys[v] = v }) | 57 | .forEach(v => { serverKeys[v] = v }) |
56 | 58 | ||