From efcadd3d14d1c434b9bff97003c3e68a9f39fdfc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Oct 2021 11:01:10 +0200 Subject: Fix "Off" player string localization --- scripts/i18n/create-custom-files.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/i18n') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index b26e92d93..b363a1bdc 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -51,6 +51,7 @@ const playerKeys = { 'Buffer Progress': 'Buffer Progress', 'Buffer State': 'Buffer State', 'Live Latency': 'Live Latency', + ' off': ' off', 'Player mode': 'Player mode' } Object.assign(playerKeys, videojs) -- cgit v1.2.3