Skip to content

Commit 0449df6

Browse files
Merge pull request #39 from pescheckit/feature_added-correct-toml-and-version-3-8-higher
Added correct toml and version 3.8 higher
2 parents 0310b02 + f4f695b commit 0449df6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![PyPI](https://img.shields.io/pypi/v/gpt-po-translator?label=gpt-po-translator)
55
![Downloads](https://pepy.tech/badge/gpt-po-translator)
66

7-
> Translate your gettext (.po) files with AI - supports OpenAI, Anthropic/Claude, and DeepSeek
7+
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.
88

99
## What is GPT-PO Translator?
1010

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

2222
## Getting Started
2323

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
packages = { find = { exclude = ["*.__pycache__", "*.__pycache__.*"], namespaces = true } }
88

99
[tool.setuptools_scm]
10-
fallback_version = "0.1.0"
10+
fallback_version = "1.0.0"
1111
write_to = "python_gpt_po/_version.py"
1212

1313
[project]
@@ -33,7 +33,7 @@ dependencies = [
3333
"responses==0.25.6",
3434
]
3535
classifiers = [
36-
"Development Status :: 4 - Beta",
36+
"Development Status :: 5 - Production/Stable",
3737
"Intended Audience :: Developers",
3838
"Intended Audience :: System Administrators",
3939
"Topic :: Software Development :: Internationalization",

0 commit comments

Comments
 (0)