diff options
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { | |||
51 | 'Buffer Progress': 'Buffer Progress', | 51 | 'Buffer Progress': 'Buffer Progress', |
52 | 'Buffer State': 'Buffer State', | 52 | 'Buffer State': 'Buffer State', |
53 | 'Live Latency': 'Live Latency', | 53 | 'Live Latency': 'Live Latency', |
54 | ' off': ' off', | ||
54 | 'Player mode': 'Player mode' | 55 | 'Player mode': 'Player mode' |
55 | } | 56 | } |
56 | Object.assign(playerKeys, videojs) | 57 | Object.assign(playerKeys, videojs) |