aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-09 16:16:07 +0100
committerChocobozzz <me@florianbigard.com>2020-11-09 16:16:07 +0100
commitd0510fc1d31147d02af313b89e00c54b17a6a53c (patch)
tree3851b59c90e5bede8081a2cfa1b62bed8f8a45bc /scripts/i18n
parent439d68e53766d48e7316aab6b6f78cd555247f6e (diff)
downloadPeerTube-d0510fc1d31147d02af313b89e00c54b17a6a53c.tar.gz
PeerTube-d0510fc1d31147d02af313b89e00c54b17a6a53c.tar.zst
PeerTube-d0510fc1d31147d02af313b89e00c54b17a6a53c.zip
Add missing player localized strings
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-xscripts/i18n/create-custom-files.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 7a33ab624..a8e0c7a0e 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -54,7 +54,9 @@ values(VIDEO_CATEGORIES)
54 'We cannot fetch the playlist. Please try again later.', 54 'We cannot fetch the playlist. Please try again later.',
55 'Playlist: {1}', 55 'Playlist: {1}',
56 'By {1}', 56 'By {1}',
57 'Unavailable video' 57 'Unavailable video',
58 'Normal mode',
59 'Theater mode'
58 ]) 60 ])
59 .forEach(v => { serverKeys[v] = v }) 61 .forEach(v => { serverKeys[v] = v })
60 62