aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n/create-custom-files.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 81b6e3388..b26e92d93 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -50,7 +50,8 @@ const playerKeys = {
50 'Download Breakdown': 'Download Breakdown', 50 'Download Breakdown': 'Download Breakdown',
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 'Player mode': 'Player mode'
54} 55}
55Object.assign(playerKeys, videojs) 56Object.assign(playerKeys, videojs)
56 57