mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
translate newly added messages about flv
This commit is contained in:
@@ -43,7 +43,7 @@ const VideoPreview: React.FC<{ file: OdFileObject }> = ({ file }) => {
|
||||
{error ? (
|
||||
<FourOhFour errorMsg={error.message} />
|
||||
) : loading && isFlv ? (
|
||||
<Loading loadingText="Loading FLV extension..." />
|
||||
<Loading loadingText={t('Loading FLV extension...')} />
|
||||
) : (
|
||||
<DPlayer
|
||||
className="aspect-video"
|
||||
|
||||
Reference in New Issue
Block a user