]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/create-custom-files.ts
Handle unavailable videos in embed playlists
[github/Chocobozzz/PeerTube.git] / scripts / i18n / create-custom-files.ts
index 89a967b148b194f96037af449f45b91c7aaceffb..78a51d1e657ac17bd4a9e55c2168e7cc97b0d170 100755 (executable)
@@ -52,7 +52,8 @@ values(VIDEO_CATEGORIES)
     'This playlist does not exist',
     'We cannot fetch the playlist. Please try again later.',
     'Playlist: {1}',
-    'By {1}'
+    'By {1}',
+    'Unavailable video'
   ])
   .forEach(v => { serverKeys[v] = v })