mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 08:29:32 +02:00
fix: translation related behaviors
This commit is contained in:
@@ -2,12 +2,9 @@ import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('json', {
|
||||
name: 'Minify JSON',
|
||||
path: 'minify',
|
||||
icon: 'material-symbols:code',
|
||||
description:
|
||||
'Minify JSON data by removing unnecessary whitespace and formatting. Reduce file size while maintaining data integrity.',
|
||||
shortDescription: 'Minify JSON by removing whitespace',
|
||||
|
||||
keywords: ['json', 'minify', 'compress', 'whitespace'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
|
Reference in New Issue
Block a user