fix: translation related behaviors

This commit is contained in:
Ibrahima G. Coulibaly 2025-07-14 18:04:30 +01:00
commit 3b5f852287
112 changed files with 401 additions and 648 deletions

View file

@ -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: {