mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
feat(i18n): add tooltip and favoriteButton i18n (#756)
This commit is contained in:
parent
0fe9a20329
commit
a1037cf8f1
3 changed files with 8 additions and 4 deletions
|
@ -24,7 +24,7 @@ function toggleFavorite(event: MouseEvent) {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<c-tooltip :tooltip="isFavorite ? 'Remove from favorites' : 'Add to favorites' ">
|
||||
<c-tooltip :tooltip="isFavorite ? $t('favoriteButton.remove') : $t('favoriteButton.add') ">
|
||||
<c-button
|
||||
variant="text"
|
||||
circle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue