From 4572c3d0d92f5b1b79b34dbe2c7b6557a8a5b7e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Aug 2020 09:44:58 +0200 Subject: Handle basic playlist in embed --- scripts/i18n/create-custom-files.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') 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) 'Sorry', 'This video is not available because the remote instance is not responding.', 'This playlist does not exist', - 'We cannot fetch the playlist. Please try again later.' + 'We cannot fetch the playlist. Please try again later.', + 'Playlist: {1}', + 'By {1}' ]) .forEach(v => { serverKeys[v] = v }) -- cgit v1.2.3