fix: translate
This commit is contained in:
		
							parent
							
								
									2bba23635d
								
							
						
					
					
						commit
						c6adf164af
					
				| @ -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 | ||||
|  | ||||
| @ -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', | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user