mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 11:58:33 +05:30
fix: translation related behaviors
This commit is contained in:
parent
a6a2c1f3a1
commit
3b5f852287
112 changed files with 401 additions and 648 deletions
|
|
@ -2,12 +2,9 @@ import { defineTool } from '@tools/defineTool';
|
|||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('list', {
|
||||
name: 'Find unique',
|
||||
path: 'find-unique',
|
||||
icon: 'material-symbols-light:search',
|
||||
description:
|
||||
"World's simplest browser-based utility for finding unique items in a list. Input your list and instantly get all unique values with duplicates removed. Perfect for data cleaning, deduplication, or finding distinct elements.",
|
||||
shortDescription: 'Find unique items in a list',
|
||||
|
||||
keywords: ['find', 'unique'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue