mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: register edit-metadata in shared constants and i18n
This commit is contained in:
@@ -63,6 +63,14 @@ export const TOOLS: Tool[] = [
|
||||
icon: "ShieldOff",
|
||||
route: "/strip-metadata",
|
||||
},
|
||||
{
|
||||
id: "edit-metadata",
|
||||
name: "Edit Metadata",
|
||||
description: "Edit EXIF, GPS, and camera info",
|
||||
category: "optimization",
|
||||
icon: "PenLine",
|
||||
route: "/edit-metadata",
|
||||
},
|
||||
{
|
||||
id: "bulk-rename",
|
||||
name: "Bulk Rename",
|
||||
|
||||
@@ -36,6 +36,7 @@ export const en = {
|
||||
convert: { name: "Convert", description: "Convert between image formats" },
|
||||
compress: { name: "Compress", description: "Reduce file size by quality or target size" },
|
||||
"strip-metadata": { name: "Strip Metadata", description: "Remove EXIF, GPS, and camera info" },
|
||||
"edit-metadata": { name: "Edit Metadata", description: "Edit EXIF, GPS, and camera info" },
|
||||
"bulk-rename": { name: "Bulk Rename", description: "Rename multiple files with patterns" },
|
||||
"image-to-pdf": { name: "Image to PDF", description: "Combine images into a PDF document" },
|
||||
favicon: { name: "Favicon Generator", description: "Generate all favicon and app icon sizes" },
|
||||
|
||||
Reference in New Issue
Block a user