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

Feature request, Can we use translate API for auto translate, then modify the translated content? #8

Closed
selfhostrepo opened this issue Apr 30, 2023 · 2 comments

Comments

@selfhostrepo
Copy link

For example, we have deepL translate api, and we have written a blog in English, would like to use API to auto translate the blog into other language, then human author do the final check before publishing it. Thank you.

@razonyang
Copy link
Member

I don't think it's possible to do that in theme's and module's side~

@razonyang
Copy link
Member

You can use some tools, like GitHub action, to auto translate the content into other languages to achieve that, workflow:

  1. Translate content on push.
  2. Create a PR.
  3. Review and reject/merge.

I couldn't provide an example, but it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants