mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00: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: 'JSON to XML',
|
||||
path: 'json-to-xml',
|
||||
icon: 'material-symbols:code',
|
||||
description:
|
||||
'Convert JSON data to XML format. Transform structured JSON objects into well-formed XML documents.',
|
||||
shortDescription: 'Convert JSON to XML format',
|
||||
|
||||
keywords: ['json', 'xml', 'convert', 'transform'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
|
||||
Reference in New Issue
Block a user