diff options
Diffstat (limited to 'src/tools/phone-parser-and-formatter/index.ts')
-rw-r--r-- | src/tools/phone-parser-and-formatter/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/phone-parser-and-formatter/index.ts b/src/tools/phone-parser-and-formatter/index.ts index 5b19ae6..094b21e 100644 --- a/src/tools/phone-parser-and-formatter/index.ts +++ b/src/tools/phone-parser-and-formatter/index.ts @@ -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.', + description: translate('tools.phone-parser-and-formatter.description'), keywords: [ 'phone', 'parser', |