mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
[i18n] Translate node input/output label and tooltip (#1860)
* [i18n] Translate node input/output labels * nit * Impl actual translation * Remove outputs where name is the type * Pick outputs key * Translate outputs * Properly persist label * Translate input tooltips * Translate single node * Translate first node * Translate 10 nodes * Exclude input name translation * Update test expectations [skip ci] * nit --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
type InputSpec
|
||||
} from '@/types/apiTypes'
|
||||
import { defineStore } from 'pinia'
|
||||
import { TreeNode } from 'primevue/treenode'
|
||||
import type { TreeNode } from 'primevue/treenode'
|
||||
import { buildTree } from '@/utils/treeUtil'
|
||||
import { computed, ref } from 'vue'
|
||||
import axios from 'axios'
|
||||
|
||||
Reference in New Issue
Block a user