mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 14:06:35 +00:00
fix: update i18n - text verdicts from analyze tools
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
interface Props {
|
||||
inputMode: InputMode;
|
||||
resultKind?: ResultKind;
|
||||
toolId: string;
|
||||
source: PixelImage | null;
|
||||
result: PixelImage | null;
|
||||
fileResult?: FileResult | null;
|
||||
@@ -27,6 +28,7 @@
|
||||
let {
|
||||
inputMode,
|
||||
resultKind = "image",
|
||||
toolId,
|
||||
source,
|
||||
result,
|
||||
fileResult = null,
|
||||
@@ -104,6 +106,7 @@
|
||||
{result}
|
||||
{fileResult}
|
||||
{textResult}
|
||||
{toolId}
|
||||
{running}
|
||||
oncopy={oncopytext}
|
||||
{ondownloadtxt}
|
||||
|
||||
Reference in New Issue
Block a user