2 留言 (2 留言)0 反應 (0 反應)0 負責人 (0 負責人)TypeScript12,714 star (12,714 star)2,228 fork (2,228 fork)batch import
help wanted
- 議題類型
- 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.