mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
feat(i18n): i18n Outlook safelink tool
refactor(tools): Only show the output when there is an input value
This commit is contained in:
parent
5f5e01d594
commit
61b5a610ea
7 changed files with 31 additions and 13 deletions
|
@ -1,10 +1,11 @@
|
|||
import { Mailbox } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
import { translate as t } from '@/plugins/i18n.plugin';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Outlook Safelink decoder',
|
||||
name: t('tools.safelink-decoder.title'),
|
||||
path: '/safelink-decoder',
|
||||
description: 'Decode Outlook SafeLink links',
|
||||
description: t('tools.safelink-decoder.description'),
|
||||
keywords: ['outlook', 'safelink', 'decoder'],
|
||||
component: () => import('./safelink-decoder.vue'),
|
||||
icon: Mailbox,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue