mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +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:
@@ -20,6 +20,7 @@ export const useWorkspaceStore = defineStore('workspace', () => {
|
||||
const toast = computed<ToastManager>(() => useToastStore())
|
||||
const queueSettings = computed(() => useQueueSettingsStore())
|
||||
const command = computed(() => ({
|
||||
commands: useCommandStore().commands,
|
||||
execute: useCommandStore().execute
|
||||
}))
|
||||
const sidebarTab = computed(() => useSidebarTabStore())
|
||||
|
||||
Reference in New Issue
Block a user