mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
Translate dynamically added settings (#1794)
* Collect settings i18n at runtime * Translation * Remove unused file
This commit is contained in:
@@ -25,6 +25,7 @@ export const useWorkspaceStore = defineStore('workspace', () => {
|
||||
}))
|
||||
const sidebarTab = computed(() => useSidebarTabStore())
|
||||
const setting = computed(() => ({
|
||||
settings: useSettingStore().settings,
|
||||
get: useSettingStore().get,
|
||||
set: useSettingStore().set
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user