From c1961762b31567057e32eb7432a6995a4a81075c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 9 Nov 2020 16:29:58 +0100 Subject: Fix player translations --- scripts/i18n/create-custom-files.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index a8e0c7a0e..f33903ecd 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -32,7 +32,9 @@ const playerKeys = { 'Copy embed code': 'Copy embed code', 'Copy magnet URI': 'Copy magnet URI', 'Total downloaded: ': 'Total downloaded: ', - 'Total uploaded: ': 'Total uploaded: ' + 'Total uploaded: ': 'Total uploaded: ', + 'Normal mode': 'Normal mode', + 'Theater mode': 'Theater mode' } Object.assign(playerKeys, videojs) @@ -54,9 +56,7 @@ values(VIDEO_CATEGORIES) 'We cannot fetch the playlist. Please try again later.', 'Playlist: {1}', 'By {1}', - 'Unavailable video', - 'Normal mode', - 'Theater mode' + 'Unavailable video' ]) .forEach(v => { serverKeys[v] = v }) -- cgit v1.2.3