chore: translate userTypes

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-22 19:47:09 +01:00
parent 6fddf8ec42
commit 56e0f1696c
66 changed files with 81 additions and 75 deletions

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('string', {
name: 'string:reverse.title',
description: 'string:reverse.description',
shortDescription: 'string:reverse.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
}
});