devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
340 stars 39 forks source link

Feature Request: Convert commit workflow outputs to Chinese based on language configuration #315

Closed yangbobo2021 closed 5 months ago

yangbobo2021 commented 5 months ago

Feature Request

Background: Currently, the outputs of our commit workflows are only in English. This creates a barrier for our Chinese-speaking developers and contributors, who may find it more convenient and accessible to interact with these outputs in their native language.

Feature Description: I propose we implement a feature that automatically converts the workflow outputs to Chinese based on the user's language configuration. This means if a user has set their preference to Chinese, the outputs they receive from commit workflows would automatically be in Chinese, and vice versa for English.

This should apply to all workflow outputs, including but not limited to commit messages, error messages, and status reports.

Benefits:

  1. Accessibility: This feature will make our project more accessible to a wider audience, specifically those who are native Chinese speakers.
  2. User Experience: Improving the language support can significantly enhance the user experience for non-English speakers.
  3. Community Growth: By accommodating more languages, we can attract more contributors and users from different linguistic backgrounds, fostering a more inclusive community.

Implementation Considerations:

I'm looking forward to the community's input on this proposal and any suggestions for improvement. Thank you.