mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +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
134 B
TypeScript
6 lines
134 B
TypeScript
import { restoreLitegraph } from './i18nSetup'
|
|
|
|
export default async function globalTeardownWithI18n() {
|
|
await restoreLitegraph()
|
|
}
|