Skip to content

A simple translation tool supporting multiple languages using JSON files and a Python script. Easy to manage and expand.

Notifications You must be signed in to change notification settings

leviobrabo/biblia

Repository files navigation

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:

    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:

    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.

About

A simple translation tool supporting multiple languages using JSON files and a Python script. Easy to manage and expand.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages