From 84a4a646f6d859915e8e3120fe6a8917ed09d854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E9=A2=93?= Date: Sun, 22 Oct 2023 16:21:10 +0800 Subject: [PATCH] feat(i18n): tool card (#682) (cherry picked from commit 1d0a3904f72ab24364beda034d17cf6de9b5e959) --- locales/en.yml | 2 ++ src/components/ToolCard.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index c2fc89d4..dfe668e7 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -22,3 +22,5 @@ about: sorry: 'Sorry, this page does not seem to exist' maybe: 'Maybe the cache is doing tricky things, try force-refreshing?' backHome: 'Back home' +toolCard: + new: New \ No newline at end of file diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue index 00f22466..768e9ede 100644 --- a/src/components/ToolCard.vue +++ b/src/components/ToolCard.vue @@ -26,7 +26,7 @@ const appTheme = useAppTheme(); :bordered="false" :color="{ color: theme.primaryColor, textColor: theme.tagColor }" > - New + {{ $t('toolCard.new') }}