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:rotate.description',
shortDescription: 'string:rotate.shortDescription'
},
name: 'Rotate',
path: 'rotate',
icon: 'carbon:rotate',
description:
'A tool to rotate characters in a string by a specified number of positions. Shift characters left or right while maintaining their relative order.',
shortDescription: 'Shift characters in text by position.',
keywords: ['rotate'],
component: lazy(() => import('./index'))
});