fix: translation related behaviors

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-14 18:04:30 +01:00
parent a6a2c1f3a1
commit 3b5f852287
112 changed files with 401 additions and 648 deletions

View File

@@ -8,12 +8,10 @@ export const tool = defineTool('string', {
description: 'string:rot13.description',
shortDescription: 'string:rot13.shortDescription'
},
name: 'Rot13',
path: 'rot13',
icon: 'hugeicons:encrypt',
description:
'A simple tool to encode or decode text using the ROT13 cipher, which replaces each letter with the letter 13 positions after it in the alphabet.',
shortDescription: 'Encode or decode text using ROT13 cipher.',
keywords: ['rot13'],
component: lazy(() => import('./index'))
});