-
Notifications
You must be signed in to change notification settings - Fork 47
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
Automate Language Updates #344
Comments
To be more descriptive, we'd use the ChatGPT 4.0 API to automate the updating of all languages whenever there's a new change. |
A good first step would be automating news post translations, cause of the simplicity of not having to deal with any code, but only have to translate one markdown file, and place the translated markdown in a directory! You don't even need to specify that much context to a language model, cause it's provided in the post. |
For things like pig latin, chatgpt won't be necessary as it is easy to automate. |
I'm making #364 separate. This issue focuses more on making small changes to each language's TOML when there's a new change inside translation/changes.json I am not sure how this would be done, as sticking an entire language's TOML into a single prompt is overkill. It'd be nice if there was some way for it to interact with and change individual lines. |
Automating language translations for joke languages and others.
The text was updated successfully, but these errors were encountered: