-
Notifications
You must be signed in to change notification settings - Fork 115
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
CLI inlang machine translate
command
#760
Comments
@samuelstroschein will be waiting for a PR. Would this use Google translate API? |
@jonator Yes, for now at least via our API keys (no need for you to set up anything) |
Tagging @MaxMillington |
@jonator @MaxMillington @felixhaeberle is likely pushing out the feature tomorrow. The command translates all missing translations for all languages. There are no filter options yet. Is that sufficient? Here is a sneak peek: |
We also have a chaggpt API key we can pass instead of a google API key already. Looking great @samuelstroschein ! Keep me posted |
@samuelstroschein Is there a mode needed where we "machine translate --hard" translate all messages, not respecting already translated keys? Could be with an additional prompt. |
@felixhaeberle please no |
@samuelstroschein unfortunately, we have to fix the env setup in prod #777 😅 |
Context
Users are requesting a
machine translate
command for the CLI that can be embedded in CI/CD.Proposal
Have a
machine translate
command that:readResources
to get all resourceswriteResources
to persist updated resourcesBlocked by
env
/fetch
#777Tasks after complete
The text was updated successfully, but these errors were encountered: