feat(i18n): tool card

(cherry picked from commit 1d0a3904f72ab24364beda034d17cf6de9b5e959)
This commit is contained in:
motui 2023-10-22 09:49:55 +08:00
parent 720201aa7b
commit 512d9b03b8
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
home: home:
categories: categories:
newestTools: Newest tools newestTools: Newest tools
toolCard:
new: New

View file

@ -26,7 +26,7 @@ const appTheme = useAppTheme();
:bordered="false" :bordered="false"
:color="{ color: theme.primaryColor, textColor: theme.tagColor }" :color="{ color: theme.primaryColor, textColor: theme.tagColor }"
> >
New {{ $t('toolCard.new') }}
</n-tag> </n-tag>
<FavoriteButton :tool="tool" /> <FavoriteButton :tool="tool" />