comfyui-workspace-manager icon indicating copy to clipboard operation
comfyui-workspace-manager copied to clipboard

Feature Request - i18n Support

Open oenu opened this issue 2 years ago • 2 comments

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 enUS file.
    • [ ] 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.

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.

oenu avatar Dec 07 '23 18:12 oenu

yes I second this! But does comfyui itself support i18n?

Weixuanf avatar Dec 07 '23 19:12 Weixuanf

There might be some i18n GPT new tools available that can translate your repo for you within a few clicks

Weixuanf avatar Dec 07 '23 19:12 Weixuanf