aboutsummaryrefslogtreecommitdiff
path: root/src/tools/temperature-converter/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/temperature-converter/index.ts')
-rw-r--r--src/tools/temperature-converter/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/temperature-converter/index.ts b/src/tools/temperature-converter/index.ts
index 60192b4..3f526ee 100644
--- a/src/tools/temperature-converter/index.ts
+++ b/src/tools/temperature-converter/index.ts
@@ -1,11 +1,11 @@
import { Temperature } from '@vicons/tabler';
import { defineTool } from '../tool';
+import { translate } from '@/plugins/i18n.plugin';
export const tool = defineTool({
- name: 'Temperature converter',
+ name: translate('tools.temperature-converter.title'),
path: '/temperature-converter',
- description:
- 'Temperature degrees conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur and Rømer.',
+ description: translate('tools.temperature-converter.description'),
keywords: [
'temperature',
'converter',