Gemini-srt-translator

Latest version: v1.6.0

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

Scan your dependencies

Page 3 of 4

1.2.0

Patch Notes:

- **NEW:** Added support for right-to-left languages in the subtitle translation process. (Thanks to Theamoz)
- Improved batch processing and error handling in subtitle translation logic.

- Brought back the `send_message` function call that was replaced by `generate_content` on v1.1.4
- Context will now be preserved between batches again

- Added fallback to prevent infinite loop in case Gemini returns unexpected responses.

**Full Changelog**: https://github.com/MaKTaiL/gemini-srt-translator/compare/v1.1.4...v1.2.0

1.1.4

Patch Notes:

- Changed Gemini function from `start_chat` to `generate_content`

- Chat feature was being used for saving context from previous batch but that would occasionally cause issues with Gemini returning the wrong number of dialogs from input (Gemini is dumb sometimes)

- `generate_content` is more reliable albeit at the cost of context saving between requests (dialogs that start in one batch and end in another might lose a bit of continuity).
- Cleaned up code with modular calls to remove repetitiveness

**Full Changelog**: https://github.com/MaKTaiL/gemini-srt-translator/compare/v1.1.3...v1.1.4

1.1.3

Patch Notes:

- Modified the translation instruction to avoid instances where Gemini would return different indices from input.

**Full Changelog**: https://github.com/MaKTaiL/gemini-srt-translator/compare/v1.1.2...v1.1.3

1.1.2

Patch Notes:

- Updated the README and code to use input_file and output_file terminology.
- Improved package metadata.
- Fixed an issue with the listmodels function.

**Full Changelog**: https://github.com/MaKTaiL/gemini-srt-translator/compare/v1.1.0...v1.1.2

1.1.0

Patch Notes:

- Completely revamped the project to become a pip package
- Renamed project from `gemini-subtitle-translator` to `gemini-srt-translator`
- Package can be installed with `pip install gemini-srt-translator`
- Updated instructions can be found in the [README.md](https://github.com/MaKTaiL/gemini-srt-translator/blob/main/README.md)
- PyPI homepage: https://pypi.org/project/gemini-srt-translator/

Translate Subtitles

You can translate subtitles using the `translate` command:

python
import gemini_srt_translator as gst

gst.gemini_api_key = "your_gemini_api_key_here"
gst.target_language = "French"
gst.subtitle_file = "subtitle.srt"

gst.translate()


**Full Changelog**: https://github.com/MaKTaiL/gemini-srt-translator/compare/v1.0.3...v1.1.0

1.0.3

Patch Notes:

- Remove origin language reference and update translation instruction. Only target language is needed now.

**Full Changelog**: https://github.com/MaKTaiL/gemini-subtitle-translator/compare/v1.0.2...v1.0.3

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.