mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 15:09:32 +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:csvToYaml.title',
|
||||
description: 'csv:csvToYaml.description',
|
||||
shortDescription: 'csv:csvToYaml.shortDescription',
|
||||
longDescription: 'csv:csvToYaml.longDescription'
|
||||
},
|
||||
name: 'Convert CSV to YAML',
|
||||
path: 'csv-to-yaml',
|
||||
icon: 'nonicons:yaml-16',
|
||||
|
Reference in New Issue
Block a user