mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 19:14:01 +01:00
fix: translation related behaviors
This commit is contained in:
@@ -3,12 +3,9 @@ import { lazy } from 'react';
|
||||
// import image from '@assets/text.png';
|
||||
|
||||
export const tool = defineTool('string', {
|
||||
name: 'Quote',
|
||||
path: 'quote',
|
||||
icon: 'material-symbols-light:format-quote',
|
||||
description:
|
||||
"World's simplest browser-based utility for adding quotes to text. Input your text and instantly add various quote styles around it. Perfect for formatting text, creating citations, or adding emphasis to specific content.",
|
||||
shortDescription: 'Add quotes around text with various styles',
|
||||
|
||||
keywords: ['quote'],
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
|
||||
Reference in New Issue
Block a user