-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Script to Automate Language Translations #3607
Comments
I would like to work on this issue to automate the translation process. Here's my proposed plan: Input Handling: The script will accept a JSON file containing the English content as input. Translation: I'll use a translation API (e.g., Google Translate or DeepL) to translate the content into multiple target languages. Please let me know if there are any specific APIs, languages, or features you'd prefer for this solution. |
Which API should we use for the translation process? Please confirm so I can proceed with the implementation. |
Don't start working on this issue yet. We are still discussing it. |
Ok, let me know when to proceed |
We need a script that can automate the process of translating content from English into multiple languages. The script should take the json data, translate its content using an API, and create folders for each target language. Within these folders, it should save the translated files with the same structure as the original. This will help streamline the translation process, maintain consistency, and simplify managing multi-language content.
The text was updated successfully, but these errors were encountered: