feat(i18n): tool card (#682)
(cherry picked from commit 1d0a3904f72ab24364beda034d17cf6de9b5e959)
This commit is contained in:
		
							parent
							
								
									a2b53c2e38
								
							
						
					
					
						commit
						84a4a646f6
					
				| @ -22,3 +22,5 @@ about: | |||||||
|   sorry: 'Sorry, this page does not seem to exist' |   sorry: 'Sorry, this page does not seem to exist' | ||||||
|   maybe: 'Maybe the cache is doing tricky things, try force-refreshing?' |   maybe: 'Maybe the cache is doing tricky things, try force-refreshing?' | ||||||
|   backHome: 'Back home' |   backHome: 'Back home' | ||||||
|  | toolCard: | ||||||
|  |   new: New | ||||||
| @ -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" /> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user