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

@ -3,12 +3,9 @@ import { lazy } from 'react';
// import image from '@assets/text.png';
export const tool = defineTool('list', {
name: 'Find most popular',
path: 'find-most-popular',
icon: 'material-symbols-light:trending-up',
description:
"World's simplest browser-based utility for finding the most popular items in a list. Input your list and instantly get the items that appear most frequently. Perfect for data analysis, trend identification, or finding common elements.",
shortDescription: 'Find most frequently occurring items',
keywords: ['find', 'most', 'popular'],
component: lazy(() => import('./index')),
i18n: {