aboutsummaryrefslogtreecommitdiff
path: root/src/tools/hash-text/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/hash-text/index.ts')
-rw-r--r--src/tools/hash-text/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/hash-text/index.ts b/src/tools/hash-text/index.ts
index 3012747..2070e41 100644
--- a/src/tools/hash-text/index.ts
+++ b/src/tools/hash-text/index.ts
@@ -1,11 +1,11 @@
import { EyeOff } from '@vicons/tabler';
import { defineTool } from '../tool';
+import { translate } from '@/plugins/i18n.plugin';
export const tool = defineTool({
- name: 'Hash text',
+ name: translate('tools.hash-text.title'),
path: '/hash-text',
- description:
- 'Hash a text string using the function you need : MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 or RIPEMD160',
+ description: translate('tools.hash-text.description'),
keywords: [
'hash',
'digest',