mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 21:50:05 +00:00
## Summary Show the \"Enter Subgraph\" and \"Error\" buttons simultaneously in the node footer when a subgraph node has errors, instead of only showing the Error button. ## Changes - **What**: Replaced the single mutually-exclusive `Button` in the node footer with a flex container that can display both the \"Enter Subgraph\" button and the \"Error\" button side by side, separated by a divider - **What**: When a subgraph node has errors, the Enter button shows a short label \"Enter\" to fit alongside the Error button; otherwise it shows the full \"Enter Subgraph\" label - **What**: Advanced inputs toggle button is now explicitly restricted to non-subgraph nodes (preserving existing behavior) - **What**: Added `"enter": "Enter"` i18n key for the shortened subgraph entry label ## Review Focus - Layout behavior when both buttons are visible (subgraph node with errors) - Collapsed vs. expanded node states with the new flex container - The `divide-x divide-component-node-border` divider between buttons > Note: May need to backport to a stable release branch. ## Screenshot https://github.com/user-attachments/assets/1eb4afe0-bf82-4677-ad86-6e15a9c0a487 - Fixes <!-- #ISSUE_NUMBER --> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9126-feat-node-show-Enter-Subgraph-and-Error-buttons-side-by-side-in-node-footer-3106d73d3650818a9afdeb51813825d9) by [Unito](https://www.unito.io)
Internationalization (i18n)
Our project supports multiple languages using vue-i18n. This allows users around the world to use the application in their preferred language.
Supported Languages
- en (English)
- zh (中文)
- ru (Русский)
- ja (日本語)
- ko (한국어)
- fr (Français)
- es (Español)
- tr (Türkçe)
How to Add a New Language
Want to add a new language to ComfyUI? See our detailed Contributing Guide with step-by-step instructions and confirmed working process.
Quick Start
- Open an issue or reach out on Discord to request a new language
- Follow the technical process or ask for help
- Our CI will automatically generate translations using OpenAI
- Become a maintainer for your language
File Structure
Each language has 4 translation files in src/locales/[language-code]/:
main.json- Main UI textcommands.json- Command descriptionssettings.json- Settings panelnodeDefs.json- Node definitions