From 56674bb9f81775ff85115e7daa7d9be0db95c001 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Aug 2020 11:41:22 +0200 Subject: Handle unavailable videos in embed playlists --- scripts/i18n/create-custom-files.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/i18n/create-custom-files.ts') 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) 'This playlist does not exist', 'We cannot fetch the playlist. Please try again later.', 'Playlist: {1}', - 'By {1}' + 'By {1}', + 'Unavailable video' ]) .forEach(v => { serverKeys[v] = v }) -- cgit v1.2.3