aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-21 11:01:10 +0200
committerChocobozzz <me@florianbigard.com>2021-10-21 11:01:10 +0200
commitefcadd3d14d1c434b9bff97003c3e68a9f39fdfc (patch)
treea26cb9405483d1e6fcf9eea7b7249e98cf19c192 /scripts/i18n
parentfe228901ce3d1af01c674aaf474cb6563ad9bc12 (diff)
downloadPeerTube-efcadd3d14d1c434b9bff97003c3e68a9f39fdfc.tar.gz
PeerTube-efcadd3d14d1c434b9bff97003c3e68a9f39fdfc.tar.zst
PeerTube-efcadd3d14d1c434b9bff97003c3e68a9f39fdfc.zip
Fix "Off" player string localization
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-xscripts/i18n/create-custom-files.ts1
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}
56Object.assign(playerKeys, videojs) 57Object.assign(playerKeys, videojs)