mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-17 13:28: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
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue