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
good first issuehelp wanted
Description
demo工程里面是否支持插件一些显示内容的国际化?
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontendinternationalization
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- needs maintainer response
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- i18n conceptslowcode engine plugin systemReact basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Explore the lowcode engine documentation and source code to determine if there is existing internationalization support for plugins. Check the plugin API and any locale related files in the demo project. If none exists, propose a solution for adding i18n to plugin display content. Consider using standard i18n libraries like react intl or i18next.