mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 06:17:11 -04:00
WIP(translate): Completed some page translation under web category
This commit is contained in:
parent
2da11a7242
commit
c6583ef013
90 changed files with 1112 additions and 341 deletions
|
@ -1,12 +1,12 @@
|
|||
import { defineTool } from '../tool';
|
||||
import { translate } from '@/plugins/i18n.plugin';
|
||||
import { translate as t } from '@/plugins/i18n.plugin';
|
||||
|
||||
import BracketIcon from '~icons/mdi/code-brackets';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: translate('tools.toml-to-yaml.title'),
|
||||
name: t('tools.toml-to-yaml.title'),
|
||||
path: '/toml-to-yaml',
|
||||
description: translate('tools.toml-to-yaml.description'),
|
||||
description: t('tools.toml-to-yaml.description'),
|
||||
keywords: ['toml', 'yaml', 'convert', 'online', 'transform', 'parse'],
|
||||
component: () => import('./toml-to-yaml.vue'),
|
||||
icon: BracketIcon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue