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 })