mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
fix: translate
This commit is contained in:
parent
2bba23635d
commit
c6adf164af
2 changed files with 4 additions and 4 deletions
|
@ -298,7 +298,7 @@ tools:
|
||||||
|
|
||||||
phone-parser-and-formatter:
|
phone-parser-and-formatter:
|
||||||
title: Phone parser and formatter
|
title: Phone parser and formatter
|
||||||
description: Parse, validate and format phone numbers. Get information about the phone number, like the country code, type, etc.
|
description: Parse, validate and format phone numbers. Get information about the phone number, like the country code, type, etc. Forge link to send message in WhatsApp and SMS.
|
||||||
|
|
||||||
ipv4-subnet-calculator:
|
ipv4-subnet-calculator:
|
||||||
title: IPv4 subnet calculator
|
title: IPv4 subnet calculator
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import { Phone } from '@vicons/tabler';
|
import { Phone } from '@vicons/tabler';
|
||||||
import { defineTool } from '../tool';
|
import { defineTool } from '../tool';
|
||||||
|
import { translate } from '@/plugins/i18n.plugin';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
name: 'Phone parser and formatter',
|
name: translate('tools.phone-parser-and-formatter.title'),
|
||||||
path: '/phone-parser-and-formatter',
|
path: '/phone-parser-and-formatter',
|
||||||
description:
|
description: translate('tools.phone-parser-and-formatter.description'),
|
||||||
'Parse, validate and format phone numbers. Get information about the phone number, like the country code, type, etc. Forge link to send message in WhatsApp and SMS',
|
|
||||||
keywords: [
|
keywords: [
|
||||||
'phone',
|
'phone',
|
||||||
'parser',
|
'parser',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue