mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
Add i18n for side tool bar tooltips (#207)
* Add npm dep * Add i18n for side bar tooltips
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<SideBarIcon icon="pi pi-cog" @click="showSetting" tooltip="Settings" />
|
||||
<SideBarIcon
|
||||
icon="pi pi-cog"
|
||||
@click="showSetting"
|
||||
:tooltip="$t('sideToolBar.settings')"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user