mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +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: 'Validate JSON',
|
||||
path: 'validate-json',
|
||||
icon: 'material-symbols:check-circle',
|
||||
description:
|
||||
'Validate JSON code for syntax errors and proper structure. Check if JSON documents follow correct formatting rules.',
|
||||
shortDescription: 'Validate JSON code for errors',
|
||||
|
||||
keywords: ['json', 'validate', 'check', 'syntax', 'errors'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
|
Reference in New Issue
Block a user