Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![PyPI](https://img.shields.io/pypi/v/gpt-po-translator?label=gpt-po-translator)
![Downloads](https://pepy.tech/badge/gpt-po-translator)

> Translate your gettext (.po) files with AI - supports OpenAI, Anthropic/Claude, and DeepSeek
A robust tool for translating gettext (.po) files using AI models from multiple providers (OpenAI, Anthropic / Claude, and DeepSeek). It supports both bulk and individual translations, handles fuzzy entries, and can infer target languages based on folder structures. Available as a Python package and Docker container with support for Python 3.8-3.12.

## What is GPT-PO Translator?

Expand All @@ -17,7 +17,7 @@ This tool helps you translate gettext (.po) files using AI models. It's perfect
- **Smart language handling** - Auto-detects target languages from folder structure
- **Production-ready** - Includes retry logic, validation, and detailed logging
- **Easy deployment** - Available as a Python package or Docker container
- **Cross-version support** - Works with Python 3.9-3.12
- **Cross-version support** - Works with Python 3.8-3.12

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
packages = { find = { exclude = ["*.__pycache__", "*.__pycache__.*"], namespaces = true } }

[tool.setuptools_scm]
fallback_version = "0.1.0"
fallback_version = "1.0.0"
write_to = "python_gpt_po/_version.py"

[project]
Expand All @@ -33,7 +33,7 @@ dependencies = [
"responses==0.25.6",
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Topic :: Software Development :: Internationalization",
Expand Down