diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-20 16:29:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-20 16:29:11 +0100 |
commit | f50bff17f5b69c576960360857e25224cea13c0a (patch) | |
tree | 3750714f3f4c5961a45873d6a1a0ee47d5e667e5 /scripts | |
parent | ec3ce76f195467bcc4f30b0844b63f5495162f8f (diff) | |
parent | 0e7c4b03c3908ad81427921c96b06c1efae4da54 (diff) | |
download | PeerTube-f50bff17f5b69c576960360857e25224cea13c0a.tar.gz PeerTube-f50bff17f5b69c576960360857e25224cea13c0a.tar.zst PeerTube-f50bff17f5b69c576960360857e25224cea13c0a.zip |
Merge branch 'feature/improve-live' into develop
Diffstat (limited to 'scripts')
-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 bcd7fe2a2..3b5045954 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -41,6 +41,7 @@ const playerKeys = { | |||
41 | 'Volume': 'Volume', | 41 | 'Volume': 'Volume', |
42 | 'Codecs': 'Codecs', | 42 | 'Codecs': 'Codecs', |
43 | 'Color': 'Color', | 43 | 'Color': 'Color', |
44 | 'Go back to the live': 'Go back to the live', | ||
44 | 'Connection Speed': 'Connection Speed', | 45 | 'Connection Speed': 'Connection Speed', |
45 | 'Network Activity': 'Network Activity', | 46 | 'Network Activity': 'Network Activity', |
46 | 'Total Transfered': 'Total Transfered', | 47 | 'Total Transfered': 'Total Transfered', |