From 1581fa933f44b154ec7cf61e760348c2d195c469 Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Wed, 13 May 2026 16:15:13 +0800 Subject: [PATCH] feat: add i18n strings for transparency-fixer watermark removal --- packages/shared/src/i18n/en.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/shared/src/i18n/en.ts b/packages/shared/src/i18n/en.ts index 32104ad1..af0a390c 100644 --- a/packages/shared/src/i18n/en.ts +++ b/packages/shared/src/i18n/en.ts @@ -119,9 +119,9 @@ export const en = { name: "Content-Aware Resize", description: "Intelligently resize images while preserving important content", }, - "content-aware-crop": { - name: "Content-Aware Crop", - description: "Extend canvas with AI-powered fill", + "ai-canvas-expand": { + name: "AI Canvas Expand", + description: "Expand canvas with AI-powered fill", }, colorize: { name: "AI Colorization", @@ -135,6 +135,9 @@ export const en = { "transparency-fixer": { name: "PNG Transparency Fixer", description: "Fix fake transparent PNGs in one click", + removeWatermark: "Remove Watermark", + removeWatermarkHelp: "Detect and remove semi-transparent watermarks from stock photos", + requiresEraser: "Requires Object Eraser bundle", }, "watermark-text": { name: "Text Watermark", description: "Add text watermark overlay" }, "watermark-image": { name: "Image Watermark", description: "Overlay a logo as watermark" },