mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 06:59:33 +02:00
chore: i18n in meta
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user