π python-gpt-po 1.0.0 β Major Release!
We're proud to announce v1.0.0, our first major release of python-gpt-po
, the AI-powered translation tool for .po
files. This version marks a huge milestone with the introduction of Docker support, making it easier than ever to run translations in a consistent and containerized environment.
π What's New in v1.0.0
π³ Docker Support
You can now run python-gpt-po
directly via Docker! No need to set up Python environments or install dependencies. Just pull the container and you're ready to go:
docker run -v $(pwd):/data \
-e OPENAI_API_KEY="your_api_key" \
ghcr.io/pescheckit/python-gpt-po:latest \
--folder /data --lang fr,de --bulk
π¦ Full Changelog
See all changes here:
π 0.3.0...1.0.0