We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2744d5f commit f086d70Copy full SHA for f086d70
python_gpt_po/__init__.py
@@ -1,3 +1,9 @@
1
+"""
2
+GPT-PO Translator - A tool for translating PO files using GPT language models.
3
+This package provides utilities to translate gettext PO files to multiple languages
4
+with support for multiple AI providers including OpenAI and Anthropic.
5
6
+
7
try:
8
from ._version import version as __version__
9
except ImportError:
0 commit comments