Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Support i18n #1327

Merged
merged 4 commits into from
Mar 25, 2024
Merged

feat(core): Support i18n #1327

merged 4 commits into from
Mar 25, 2024

Conversation

fangyinc
Copy link
Collaborator

Description

Closes #1326

Other:

  • More AWEL flow operators

How Has This Been Tested?

  1. make test
  2. Run DB-GPT with env LANGUAGE(en, zh, fr, ja, ko, ru)

Snapshots:

LANGUAGE=zh

image

LANGUAGE=ko
image

LANGUAGE=ja
image

Checklist:

  • My code follows the style guidelines of this project
  • I have already rebased the commits and make the commit message conform to the project standard.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added core Module: core enhancement New feature or request labels Mar 25, 2024
@fangyinc
Copy link
Collaborator Author

How to achieve multi-language translation? Please look here:

python i18n/translate_util.py --help

@fangyinc fangyinc requested review from Aries-ckt and csunny March 25, 2024 07:22
@Aries-ckt
Copy link
Collaborator

test success

LANGUAGE=fr
image

LANGUAGE= ru
image

Aries-ckt
Aries-ckt previously approved these changes Mar 25, 2024
Copy link
Collaborator

@Aries-ckt Aries-ckt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Copy link
Collaborator

@Aries-ckt Aries-ckt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

csunny
csunny previously approved these changes Mar 25, 2024
Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

@csunny csunny dismissed their stale review March 25, 2024 12:00

some bug error

Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

@csunny csunny merged commit fcc325d into eosphoros-ai:main Mar 25, 2024
4 checks passed
@fangyinc fangyinc deleted the rag-flow branch March 25, 2024 14:27
Hopshine pushed a commit to Hopshine/DB-GPT that referenced this pull request Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Module: core enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][core] Internationalization (i18n) Support
3 participants