This project is a translation tool that supports multiple languages. It allows automatic translation of content into various languages using JSON files and a Python script.
- Multi-Language Support: Supports a wide range of languages including English, Spanish, French, German, Italian, Hindi, Indonesian, and more.
- Easy Translation Management: Manage and update translations through easily editable JSON files.
- Automated Translation Process: Use the
tradutor.py
script to automate the translation process.
_pycache_/
: Cache files generated by Python.README.md
: Project documentation.*.json
: Translation files for each supported language.requirements.txt
: List of dependencies.tradutor.py
: Script for managing translations.
-
Install dependencies:
pip install -r requirements.txt
-
Add or update translations:
- Edit or create new JSON files to add or update translations for the languages you need.
-
Run the translation script:
python tradutor.py
-
View the results:
- The translations will be processed and updated as per the changes made in the JSON files.
Contributions are welcome! Feel free to submit pull requests, report issues, or suggest improvements.
This project is licensed under the MIT License.