fix: translation related behaviors

This commit is contained in:
Ibrahima G. Coulibaly 2025-07-14 18:04:30 +01:00
commit 3b5f852287
112 changed files with 401 additions and 648 deletions

View file

@ -2,12 +2,9 @@ import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
export const tool = defineTool('csv', {
name: 'Change CSV Separator',
path: 'change-csv-separator',
icon: 'material-symbols:code',
description:
'Change the delimiter/separator in CSV files. Convert between different CSV formats like comma, semicolon, tab, or custom separators.',
shortDescription: 'Change CSV file delimiter',
keywords: ['csv', 'separator', 'delimiter', 'change'],
component: lazy(() => import('./index')),
i18n: {