diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-09 16:16:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-09 16:16:07 +0100 |
commit | d0510fc1d31147d02af313b89e00c54b17a6a53c (patch) | |
tree | 3851b59c90e5bede8081a2cfa1b62bed8f8a45bc | |
parent | 439d68e53766d48e7316aab6b6f78cd555247f6e (diff) | |
download | PeerTube-d0510fc1d31147d02af313b89e00c54b17a6a53c.tar.gz PeerTube-d0510fc1d31147d02af313b89e00c54b17a6a53c.tar.zst PeerTube-d0510fc1d31147d02af313b89e00c54b17a6a53c.zip |
Add missing player localized strings
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 4 |
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 | ||