mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 06:29:32 +02:00
chore: add i18n to meta script
This commit is contained in:
@@ -3,6 +3,11 @@ import { lazy } from 'react';
|
||||
// import image from '@assets/text.png';
|
||||
|
||||
export const tool = defineTool('string', {
|
||||
i18n: {
|
||||
name: 'string:rot13.title',
|
||||
description: 'string:rot13.description',
|
||||
shortDescription: 'string:rot13.shortDescription'
|
||||
},
|
||||
name: 'Rot13',
|
||||
path: 'rot13',
|
||||
icon: 'hugeicons:encrypt',
|
||||
|
Reference in New Issue
Block a user