An open API service indexing awesome lists of open source software.

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.

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.