chore: i18n in meta

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-14 12:47:05 +01:00
parent be53b60bd3
commit c138b65bbd
5 changed files with 21 additions and 32 deletions

View File

@@ -70,10 +70,10 @@ export const defineTool = (
return {
type: basePath,
path: `${basePath}/${path}`,
name,
name: i18n?.name || name,
icon,
description,
shortDescription,
description: i18n?.description || description,
shortDescription: i18n?.shortDescription || shortDescription,
keywords,
component: () => {
return (