Co-op-translator

Latest version: v0.8.2

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8.1

What's Changed

To use the `"all"` method in CI/CD workflows, please upgrade to version **0.8.1**.

* Add --yes flag to bypass confirmation prompts in CLI by skytin1004 in https://github.com/Azure/co-op-translator/pull/104


**Full Changelog**: https://github.com/Azure/co-op-translator/compare/v0.8.0...v0.8.1

0.8.0

Improved Image Translation (by timothycdc)

- Eliminated text distortion in translated images.
- Added paragraph detection and improved text alignment — now with full support for **right-to-left (RTL)** languages.
- Enhanced background color detection and rendering speed.
- Introduced an optional **fast mode** for quicker image generation (with slightly reduced image quality and alignment accuracy).
- Fixed a long-standing issue where **RTL text appeared broken** in image translations.
- Added support for reshaping complex script languages when rendering text in images: `ar`, `fa`, `ur`, `he`.

![improved images](https://github.com/user-attachments/assets/ed808b8b-5733-4b05-beec-7f6d6311b678)

Smarter Outdated Translation Detection (by skytin1004)

- **File Metadata Integration**: Translation files now store original source metadata (including file size hash) to accurately detect outdated translations.
- **Improved Directory Syncing**: Translation directories now reliably mirror the structure of the original project.
- **Refined Translation Quality**: Enhanced Markdown and image translation for better accuracy and formatting.
- **Streamlined CLI Options**: Easier, cleaner command-line experience.
- **Stronger Error Handling**: More resilient to API failures and interruptions.

![outdatedexample](https://github.com/user-attachments/assets/6e5fccef-dc6c-4ca4-b6e1-d2dc8e73e73a)

🚀 GitHub Actions Support

You can now use **Co-op Translator directly within GitHub Actions**!

Whenever a source document is updated and pushed to the `main` branch,
Co-op Translator will automatically check for changes, update the translations,
and create a pull request with the updated content.

Check out how to set up Co-op Translator bot: [Link](https://github.com/Azure/co-op-translator/blob/main/getting_started/github-actions-guide/github-actions-guide.md)

![working-well](https://github.com/user-attachments/assets/53194f9a-a0f6-4d60-91ed-04a44c0ea304)


What's Changed
* Core, Build, Docs: Add Black code formatter and apply formatting by skytin1004 in https://github.com/Azure/co-op-translator/pull/74
* Core, Build, Docs: Improve Translation Management & Metadata Handling by skytin1004 in https://github.com/Azure/co-op-translator/pull/76
* updating LLM configuration to get details from dotenv file by BethanyJep in https://github.com/Azure/co-op-translator/pull/77
* Build(deps): Bump cryptography from 44.0.0 to 44.0.1 by dependabot in https://github.com/Azure/co-op-translator/pull/78
* Core: Improve retranslation progress bar and fix duplicate output bug by skytin1004 in https://github.com/Azure/co-op-translator/pull/79
* Docs: Clean up Docs for Azure AI Foundry by leestott in https://github.com/Azure/co-op-translator/pull/80
* Docs: Add troubleshooting guide by leestott in https://github.com/Azure/co-op-translator/pull/82
* Improve the translation prompt to fix the issue where Co-op Translator adds unnecessary triple backticks (''') when generating markdown translations by skytin1004 in https://github.com/Azure/co-op-translator/pull/84
* Core: Fix orphaned translation files not being deleted when original files are renamed by skytin1004 in https://github.com/Azure/co-op-translator/pull/85
* Build: Update version to 0.7.2b1 by skytin1004 in https://github.com/Azure/co-op-translator/pull/86
* Add Community banner by leestott in https://github.com/Azure/co-op-translator/pull/88
* Docs: Improve readability for README.md by Shardakaur2624 in https://github.com/Azure/co-op-translator/pull/89
* Update translator-your-project.md by leestott in https://github.com/Azure/co-op-translator/pull/90
* Build: Implement GitHub Actions for Co-op Translator by skytin1004 in https://github.com/Azure/co-op-translator/pull/91
* Docs: Improve readability for README.md by Shardakaur2624 in https://github.com/Azure/co-op-translator/pull/92
* Updated case studies section with a table of official projects by Shardakaur2624 in https://github.com/Azure/co-op-translator/pull/94
* Delete unused headline by skytin1004 in https://github.com/Azure/co-op-translator/pull/95
* Core: Improve Image Annotation Engine for Co-op Translator by timothycdc in https://github.com/Azure/co-op-translator/pull/93
* Build(deps): Bump jinja2 from 3.1.5 to 3.1.6 by dependabot in https://github.com/Azure/co-op-translator/pull/96
* Clarify `pt` Mapping to `pt-PT` and Support Brazilian Portuguese `br` Locale by skytin1004 in https://github.com/Azure/co-op-translator/pull/98
* Update GitHub Actions template for enterprise compatibility by skytin1004 in https://github.com/Azure/co-op-translator/pull/99
* Core: Update disclaimer to include the Co-op Translator link by skytin1004 in https://github.com/Azure/co-op-translator/pull/100
* Build: Update version to v0.8.0-test by skytin1004 in https://github.com/Azure/co-op-translator/pull/101

New Contributors
* BethanyJep made their first contribution in https://github.com/Azure/co-op-translator/pull/77
* Shardakaur2624 made their first contribution in https://github.com/Azure/co-op-translator/pull/89
* timothycdc made their first contribution in https://github.com/Azure/co-op-translator/pull/93

**Full Changelog**: https://github.com/Azure/co-op-translator/compare/v0.6.3...v0.8.0

> [!WARNING]
> If you upgrade Co-op Translator from version 0.6.x to 0.8.x and run the translate method, all existing translations will be removed and re-created.
> This is because, starting from version 0.8.0, Co-op Translator uses the file size hash of the original source to detect changes. This ensures that if the original content is modified, the corresponding translations are automatically updated.

0.7.2b1

What's Changed
* Docs: Clean up Docs for Azure AI Foundry by leestott in https://github.com/Azure/co-op-translator/pull/80
* Docs: Add troubleshooting guide by leestott in https://github.com/Azure/co-op-translator/pull/82
* Improve the translation prompt to fix the issue where Co-op Translator adds unnecessary triple backticks (''') when generating markdown translations by skytin1004 in https://github.com/Azure/co-op-translator/pull/84
* Core: Fix orphaned translation files not being deleted when original files are renamed by skytin1004 in https://github.com/Azure/co-op-translator/pull/85
* Build: Update version to 0.7.2b1 by skytin1004 in https://github.com/Azure/co-op-translator/pull/86


**Full Changelog**: https://github.com/Azure/co-op-translator/compare/v0.7.1b1...v0.7.2b1

0.7.1b1

What's Changed
* updating LLM configuration to get details from dotenv file by BethanyJep in https://github.com/Azure/co-op-translator/pull/77
* Build(deps): Bump cryptography from 44.0.0 to 44.0.1 by dependabot in https://github.com/Azure/co-op-translator/pull/78
* Core: Improve retranslation progress bar and fix duplicate output bug by skytin1004 in https://github.com/Azure/co-op-translator/pull/79

New Contributors
* BethanyJep made their first contribution in https://github.com/Azure/co-op-translator/pull/77

**Full Changelog**: https://github.com/Azure/co-op-translator/compare/v0.7.0b1...v0.7.1b1

0.7.0b1

What's Changed
* Core, Build, Docs: Add Black code formatter and apply formatting by skytin1004 in https://github.com/Azure/co-op-translator/pull/74
* Core, Build, Docs: Improve Translation Management & Metadata Handling by skytin1004 in https://github.com/Azure/co-op-translator/pull/76


**Full Changelog**: https://github.com/Azure/co-op-translator/compare/v0.6.3...v0.7.0b1

Purpose

<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->

We are currently preparing a **GitHub Action version of Co-op Translator** to streamline multilingual documentation workflows.

As part of this initiative, this release introduces key enhancements and fixes based on **issue 70 **, focusing on improved translation management, directory synchronization, metadata handling, and test coverage.

**Key Improvements**
- **Metadata Integration**: Added metadata to each translation file to detect outdated translations and improve tracking.
- **Enhanced Directory Management**: Ensures translation directories remain in sync with the original project structure.
- **Improved Translation Quality**: Refined markdown and image translation processes for better accuracy and formatting.
- **Optimized CLI Experience**: Simplified command-line options for a more intuitive user experience.
- **Robust Error Handling**: Improved failure recovery mechanisms for better resilience against API failures.

**Translation Workflow**
When the translation process starts, it follows these structured steps:

1. **Remove orphaned translations** – Deletes translated files that no longer have a corresponding source file.
2. **Synchronize directory structure** – Ensures translated content mirrors the original folder hierarchy.
3. **Identify outdated translations** – Detects and flags files requiring re-translation based on metadata changes.
4. **Perform translation** – Processes only the required files, reducing unnecessary API calls and improving efficiency.

These enhancements lay the groundwork for seamless automation in **GitHub Actions**, making Co-op Translator more scalable and efficient.

Description

<!-- Provide a concise summary of your changes. Why is this change necessary? -->

This update enhances the Co-op Translator by refining the translation workflow, adding missing metadata for better tracking, and improving error handling. The CLI has been adjusted to provide better user feedback when selecting translation options. Additionally, the directory manager now ensures that translations align with the original project's structure.

Key changes:
- Added metadata support with structured comments for translations.
- Improved handling of orphaned translations by cleaning up outdated files.
- Implemented a more robust error-handling mechanism for API failures.
- Streamlined CLI options for more intuitive use.
- Enhanced test coverage for directory and translation management.
[co_op_translator-0.7.0b1.tar.gz](https://github.com/user-attachments/files/18622225/co_op_translator-0.7.0b1.tar.gz)

> [!WARNING]
> This feature will take effect starting from version 0.7.0b1. Beginning with this release, Co-op Translator uses metadata to detect outdated translations. If a translation file does not contain CO_OP_TRANSLATOR_METADATA, it will be automatically deleted and retranslated.

0.6.5

What's Changed
* Build: Improve the translation prompt to fix the issue where Co-op Translator adds unnecessary triple backticks (''') when generating markdown translations and update version to 0.6.5 by skytin1004 in https://github.com/Azure/co-op-translator/pull/87


**Full Changelog**: https://github.com/Azure/co-op-translator/compare/v0.6.4...v0.6.5

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.