mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-17 05:18:33 +05:30
fix: translation related behaviors
This commit is contained in:
parent
a6a2c1f3a1
commit
3b5f852287
112 changed files with 401 additions and 648 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue