chore: add i18n to meta script

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-14 13:55:01 +01:00
parent c138b65bbd
commit c64c29878e
39 changed files with 941 additions and 706 deletions

View File

@@ -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',