Skip to content

Commit

Permalink
feat(i18n): tool card (#682)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d0a390)
  • Loading branch information
motui authored Oct 22, 2023
1 parent a2b53c2 commit 84a4a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/components/ToolCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const appTheme = useAppTheme();
:bordered="false"
:color="{ color: theme.primaryColor, textColor: theme.tagColor }"
>
New
{{ $t('toolCard.new') }}
</n-tag>

<FavoriteButton :tool="tool" />
Expand Down

1 comment on commit 84a4a64

@vercel
Copy link

@vercel vercel bot commented on 84a4a64 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

it-tools – ./

it-tools-ctmsst.vercel.app
it-tools-git-main-ctmsst.vercel.app
it-tools.vercel.app
it-tools.tech

Please sign in to comment.