translate newly added messages about flv

This commit is contained in:
myl7
2022-02-08 19:29:01 +08:00
parent 1a8f145ed7
commit b3aed1d162
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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"