fix: translate

This commit is contained in:
ShareVB 2024-09-28 10:41:59 +02:00
parent 2bba23635d
commit c6adf164af
2 changed files with 4 additions and 4 deletions

View file

@ -298,7 +298,7 @@ tools:
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:
title: IPv4 subnet calculator

View file

@ -1,11 +1,11 @@
import { Phone } from '@vicons/tabler';
import { defineTool } from '../tool';
import { translate } from '@/plugins/i18n.plugin';
export const tool = defineTool({
name: 'Phone parser and formatter',
name: translate('tools.phone-parser-and-formatter.title'),
path: '/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',
description: translate('tools.phone-parser-and-formatter.description'),
keywords: [
'phone',
'parser',