https://github.com/leviobrabo/biblia
A simple translation tool supporting multiple languages using JSON files and a Python script. Easy to manage and expand.
https://github.com/leviobrabo/biblia
bible bible-study bible-translations translation
Last synced: 3 months ago
JSON representation
A simple translation tool supporting multiple languages using JSON files and a Python script. Easy to manage and expand.
- Host: GitHub
- URL: https://github.com/leviobrabo/biblia
- Owner: leviobrabo
- Created: 2023-12-07T00:04:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T23:27:02.000Z (10 months ago)
- Last Synced: 2025-01-21T09:48:36.468Z (5 months ago)
- Topics: bible, bible-study, bible-translations, translation
- Language: Python
- Homepage:
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Language Translator
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.
## Features
- **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.## Project Structure
- `_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.## How to Use
1. **Install dependencies:**
```bash
pip install -r requirements.txt
```2. **Add or update translations:**
- Edit or create new JSON files to add or update translations for the languages you need.3. **Run the translation script:**
```bash
python tradutor.py
```4. **View the results:**
- The translations will be processed and updated as per the changes made in the JSON files.## Contributing
Contributions are welcome! Feel free to submit pull requests, report issues, or suggest improvements.
## License
This project is licensed under the MIT License.