2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,714 stars (12,714 stars)2,228 forks (2,228 forks)batch import
help wanted
- Issue 種別
- feature
- 調査方針
- The issue requests adding i18n support for two error messages in the renderer component at packages/renderer core/src/renderer/renderer.tsx. The first is the fault component display, and the second is the renderer error message shown in the screenshots. To implement, consider using an i18n library such as react intl or i18next. The messages should be externalized into locale files (e.g., en US.json, zh CN.json) and imported. Check existing i18n setup in the repository for consistency. The changes are localized to the renderer.tsx file and possibly a new folder for translations.