diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-13 18:21:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-16 11:50:08 +0200 |
commit | 16f7022b06fb76c0b00c23c970bc8df605b0ec63 (patch) | |
tree | 0677c72b449485dcaa87ee2b470dfb1a8124b9e0 /scripts/i18n | |
parent | 40e87e9ecc54e3513fb586928330a7855eb192c6 (diff) | |
download | PeerTube-16f7022b06fb76c0b00c23c970bc8df605b0ec63.tar.gz PeerTube-16f7022b06fb76c0b00c23c970bc8df605b0ec63.tar.zst PeerTube-16f7022b06fb76c0b00c23c970bc8df605b0ec63.zip |
Handle subtitles in player
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 7d994a710..a297fa79c 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -14,6 +14,7 @@ const playerKeys = { | |||
14 | 'Quality': 'Quality', | 14 | 'Quality': 'Quality', |
15 | 'Auto': 'Auto', | 15 | 'Auto': 'Auto', |
16 | 'Speed': 'Speed', | 16 | 'Speed': 'Speed', |
17 | 'Subtitles/CC': 'Subtitles/CC', | ||
17 | 'peers': 'peers', | 18 | 'peers': 'peers', |
18 | 'Go to the video page': 'Go to the video page', | 19 | 'Go to the video page': 'Go to the video page', |
19 | 'Settings': 'Settings', | 20 | 'Settings': 'Settings', |