mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +05:30
fix: misc
This commit is contained in:
parent
035eb2edd1
commit
21c4f44d4e
121 changed files with 987 additions and 837 deletions
|
|
@ -11,8 +11,8 @@ export const tool = defineTool('csv', {
|
|||
keywords: ['csv', 'separator', 'delimiter', 'change'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
name: 'csv.changeCsvSeparator.name',
|
||||
description: 'csv.changeCsvSeparator.description',
|
||||
shortDescription: 'csv.changeCsvSeparator.shortDescription'
|
||||
name: 'csv:changeCsvSeparator.title',
|
||||
description: 'csv:changeCsvSeparator.description',
|
||||
shortDescription: 'csv:changeCsvSeparator.shortDescription'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue