From d0510fc1d31147d02af313b89e00c54b17a6a53c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 9 Nov 2020 16:16:07 +0100 Subject: Add missing player localized strings --- scripts/i18n/create-custom-files.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 7a33ab624..a8e0c7a0e 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -54,7 +54,9 @@ values(VIDEO_CATEGORIES) 'We cannot fetch the playlist. Please try again later.', 'Playlist: {1}', 'By {1}', - 'Unavailable video' + 'Unavailable video', + 'Normal mode', + 'Theater mode' ]) .forEach(v => { serverKeys[v] = v }) -- cgit v1.2.3