mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +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: 'Time Between Dates',
|
||||
path: 'time-between-dates',
|
||||
icon: 'material-symbols:schedule',
|
||||
description:
|
||||
'Calculate the time difference between two dates. Get the exact duration in days, hours, minutes, and seconds.',
|
||||
shortDescription: 'Calculate time between two dates',
|
||||
|
||||
keywords: ['dates', 'time', 'difference', 'duration', 'calculate'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
|
Reference in New Issue
Block a user