aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-13 18:21:19 +0200
committerChocobozzz <me@florianbigard.com>2018-07-16 11:50:08 +0200
commit16f7022b06fb76c0b00c23c970bc8df605b0ec63 (patch)
tree0677c72b449485dcaa87ee2b470dfb1a8124b9e0 /scripts/i18n
parent40e87e9ecc54e3513fb586928330a7855eb192c6 (diff)
downloadPeerTube-16f7022b06fb76c0b00c23c970bc8df605b0ec63.tar.gz
PeerTube-16f7022b06fb76c0b00c23c970bc8df605b0ec63.tar.zst
PeerTube-16f7022b06fb76c0b00c23c970bc8df605b0ec63.zip
Handle subtitles in player
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 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',