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('number', {
name: 'number:arithmeticSequence.title',
description: 'number:arithmeticSequence.description',
shortDescription: 'number:arithmeticSequence.shortDescription',
userTypes: ['General Users']
userTypes: ['generalUsers']
}
});

View File

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