mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 06:59:33 +02:00
fix: translation related behaviors
This commit is contained in:
@@ -2,12 +2,9 @@ import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('time', {
|
||||
name: 'Truncate Clock Time',
|
||||
path: 'truncate-clock-time',
|
||||
icon: 'material-symbols:schedule',
|
||||
description:
|
||||
'Truncate clock time to remove seconds or minutes. Round time to the nearest hour, minute, or custom interval.',
|
||||
shortDescription: 'Truncate clock time to specified precision',
|
||||
|
||||
keywords: ['time', 'truncate', 'clock', 'round', 'precision'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
|
Reference in New Issue
Block a user