mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-22 23:49:31 +02:00
fix: add JSON comparison translations
This commit is contained in:
@@ -2,12 +2,14 @@ import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('json', {
|
||||
name: 'Compare JSON',
|
||||
path: 'json-comparison',
|
||||
icon: 'fluent:branch-compare-24-regular',
|
||||
description:
|
||||
'Compare two JSON objects to identify differences in structure and values.',
|
||||
shortDescription: 'Find differences between two JSON objects',
|
||||
keywords: ['json', 'compare', 'diff', 'differences', 'match', 'validation'],
|
||||
component: lazy(() => import('./index'))
|
||||
component: lazy(() => import('./index')),
|
||||
|
||||
i18n: {
|
||||
name: 'json:comparison.title',
|
||||
description: 'json:comparison.description',
|
||||
shortDescription: 'json:comparison.shortDescription'
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user