fix(downloader): fix i18n

This commit is contained in:
JellyBrick
2023-12-01 21:40:03 +09:00
parent 105d5c78e7
commit 7b7923fe9b

View File

@ -347,7 +347,7 @@ async function iterableStreamToTargetFile(
const ratio = downloaded / contentLength;
const progress = Math.floor(ratio * 100);
sendFeedback(
t('plugins.downloader.backend.feedback.downloading-progress', {
t('plugins.downloader.backend.feedback.download-progress', {
percent: progress,
}),
ratio,