From 03bc6bb8b40e98cea459d378ccbc8725ddfc5400 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Sat, 25 Apr 2026 11:19:18 +0200 Subject: [PATCH] Added readme --- README.md | 20 +++++++++++++++++++- batch-translate.sh | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86e3167..96a5dea 100644 --- a/README.md +++ b/README.md @@ -182,4 +182,22 @@ Enable verbose output by modifying the logging level in `manga-translator.py` - Processing time: ~10-30 seconds per page (varies by image size and hardware) - ML models are downloaded automatically on first run - GPU acceleration available with compatible CUDA setup (optional) -- Tested on macOS 13+ with Python 3.11 \ No newline at end of file +- Tested on macOS 13+ with Python 3.11 + +## License + +This project is licensed under the **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)** + +You are free to: +- Share and use the material +- Modify and build upon the work + +Under the terms: +- **Attribution**: Give appropriate credit and link to the license +- **ShareAlike**: Distribute your contributions under the same license + +For details, see [CC BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/) + +[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC_BY--NC_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/) + +This README file was originally written by [Guillem Hernández Sola](https://www.linkedin.com/in/guillemhs/) and is also published in the public domain. \ No newline at end of file diff --git a/batch-translate.sh b/batch-translate.sh index 0b8915f..ae705f2 100755 --- a/batch-translate.sh +++ b/batch-translate.sh @@ -21,7 +21,7 @@ set -uo pipefail # ───────────────────────────────────────────────────────────── # CONFIGURATION # ───────────────────────────────────────────────────────────── -SOURCE_LANG="es" +SOURCE_LANG="en" TARGET_LANG="ca" START_PAGE=1 END_PAGE=999999