mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 07:30:11 +00:00
- Fix logical error in i18n workflow condition (should use OR, not AND) - Simplify globalSetupWithI18n and globalTeardownWithI18n by removing duplicate calls - Add performance note about file reading in i18nSetup - Resolve merge conflict in settings.json keeping both changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { preprocessLitegraph } from './i18nSetup'
|
|
|
|
export default async function globalSetupWithI18n() {
|
|
await preprocessLitegraph()
|
|
}
|