diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-20 16:28:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-20 16:28:15 +0100 |
commit | 0e7c4b03c3908ad81427921c96b06c1efae4da54 (patch) | |
tree | 811c1f102ac4d7623d0e1cd6eab589f51b0d4eb4 /scripts/i18n | |
parent | 21e73020142635f0b1b2c8694a6b5164437954b9 (diff) | |
download | PeerTube-0e7c4b03c3908ad81427921c96b06c1efae4da54.tar.gz PeerTube-0e7c4b03c3908ad81427921c96b06c1efae4da54.tar.zst PeerTube-0e7c4b03c3908ad81427921c96b06c1efae4da54.zip |
Add back to live feature
Diffstat (limited to 'scripts/i18n')
-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', |