mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 23:39:45 +00:00
Translate command label on top command dropdown menu (#1792)
* collect i18n with playwright * Add command label translation * Normalize i18n object key
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { ComfyCommand } from '@/stores/commandStore'
|
||||
import { Component } from 'vue'
|
||||
|
||||
export interface BaseSidebarTabExtension {
|
||||
@@ -108,5 +109,6 @@ export interface ExtensionManager {
|
||||
}
|
||||
|
||||
export interface CommandManager {
|
||||
commands: ComfyCommand[]
|
||||
execute(command: string, errorHandler?: (error: any) => void): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user