chore: translate userTypes

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

View file

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