fix: preview video on new tab (#933)

This commit is contained in:
Haile
2026-06-29 16:36:31 +03:00
committed by GitHub
parent b6cf33308d
commit 2ebe64f218
6 changed files with 454 additions and 2 deletions

View File

@@ -32,5 +32,10 @@
"binaryFile": {
"title": "Binary File",
"message": "The file \"{{fileName}}\" cannot be displayed in the text editor because it is a binary file."
},
"filePreview": {
"loading": "Loading preview...",
"error": "Unable to display this file.",
"openInNewTab": "Open in new tab"
}
}