comfyui-workspace-manager
comfyui-workspace-manager copied to clipboard
Feature Request - i18n Support
Objective
Implement internationalization (i18n) to support multiple languages, enhancing the accessibility and user experience for non-English speakers.
Tasks
- [ ] Select i18n Package
- Research and decide on an appropriate i18n package or use a manual key-value store.
- [ ] Convert Existing Languages
- [ ] Migrate all current English strings to an
enUSfile. - [ ] Replace hardcoded strings in the codebase with i18n keys.
- [ ] Create and maintain documentation for contributors to add or update languages.
- [ ] Ensure keys provide contextual clues for translators, including comments about their usage in the application.
- [ ] Migrate all current English strings to an
Acceptance Criteria (for reviewers)
- The feature is considered complete when:
- [ ] All strings in the application are internationalized.
- [ ] i18n keys are well-documented.
- [ ] The application can seamlessly switch between different languages without issues.
yes I second this! But does comfyui itself support i18n?
There might be some i18n GPT new tools available that can translate your repo for you within a few clicks