10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python48,116 stars (48,116 stars)7,843 forks (7,843 forks)batch import
documentationenhancementhelp wanted
Description
Will you implement i18n? Both for the UI and for the prompting.
Contributor guide
- Tech stack
- python
- Domain
- full stack
- 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.
- over 1 week
- 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
- Understanding of PythonBasic i18n concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Examine the codebase for all user facing strings in both the UI (likely Gradio) and the prompting backend. Check if any i18n framework (e.g., gettext) is already integrated. The maintainer needs to clarify the desired scope and whether to support multiple languages from the start. Review the existing comments for any proposed solutions or preferences.