mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-19 19:44:05 +01:00
fix: translation related behaviors
This commit is contained in:
@@ -7,13 +7,10 @@ export const tool = defineTool('image-generic', {
|
||||
description: 'image:compress.description',
|
||||
shortDescription: 'image:compress.shortDescription'
|
||||
},
|
||||
name: 'Compress Image',
|
||||
|
||||
path: 'compress',
|
||||
component: lazy(() => import('./index')),
|
||||
icon: 'material-symbols-light:compress-rounded',
|
||||
description:
|
||||
'Compress images to reduce file size while maintaining reasonable quality.',
|
||||
shortDescription:
|
||||
'Compress images to reduce file size while maintaining reasonable quality.',
|
||||
|
||||
keywords: ['image', 'compress', 'reduce', 'quality']
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user