mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
chore: add i18n to meta script
This commit is contained in:
@@ -2,6 +2,12 @@ import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('csv', {
|
||||
i18n: {
|
||||
name: 'csv:transposeCsv.title',
|
||||
description: 'csv:transposeCsv.description',
|
||||
shortDescription: 'csv:transposeCsv.shortDescription',
|
||||
longDescription: 'csv:transposeCsv.longDescription'
|
||||
},
|
||||
name: 'Transpose CSV',
|
||||
path: 'transpose-csv',
|
||||
icon: 'carbon:transpose',
|
||||
|
Reference in New Issue
Block a user