diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-05 11:41:22 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-07 08:58:29 +0200 |
commit | 56674bb9f81775ff85115e7daa7d9be0db95c001 (patch) | |
tree | 06f74dd3a0d1a39b8e1272c54794604c3a5f6ef2 /scripts/i18n/create-custom-files.ts | |
parent | a950e4c82bd458e924b00698a77c06275a64a46c (diff) | |
download | PeerTube-56674bb9f81775ff85115e7daa7d9be0db95c001.tar.gz PeerTube-56674bb9f81775ff85115e7daa7d9be0db95c001.tar.zst PeerTube-56674bb9f81775ff85115e7daa7d9be0db95c001.zip |
Handle unavailable videos in embed playlists
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 89a967b14..78a51d1e6 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -52,7 +52,8 @@ values(VIDEO_CATEGORIES) | |||
52 | 'This playlist does not exist', | 52 | 'This playlist does not exist', |
53 | 'We cannot fetch the playlist. Please try again later.', | 53 | 'We cannot fetch the playlist. Please try again later.', |
54 | 'Playlist: {1}', | 54 | 'Playlist: {1}', |
55 | 'By {1}' | 55 | 'By {1}', |
56 | 'Unavailable video' | ||
56 | ]) | 57 | ]) |
57 | .forEach(v => { serverKeys[v] = v }) | 58 | .forEach(v => { serverKeys[v] = v }) |
58 | 59 | ||