.gitignore
.python-version
LICENSE
README.md
pyproject.toml
uv.lock
.github/release-drafter.yml
.github/workflows/publish.yml
.github/workflows/release-drafter.yml
benchmark/how to use ya.md
i18n/PROMPT.md
i18n/ar/LC_MESSAGES/messages.po
i18n/de/LC_MESSAGES/messages.po
i18n/en/LC_MESSAGES/messages.po
i18n/es/LC_MESSAGES/messages.po
i18n/fr/LC_MESSAGES/messages.po
i18n/ja/LC_MESSAGES/messages.po
i18n/ru/LC_MESSAGES/messages.po
i18n/zh/LC_MESSAGES/messages.po
i18n/zh_Hant/LC_MESSAGES/messages.po
src/autolang/__init__.py
src/autolang/__main__.py
src/autolang/babel.py
src/autolang/cli.py
src/autolang/config.py
src/autolang/i18n.py
src/autolang/translator.py
src/autolang.egg-info/PKG-INFO
src/autolang.egg-info/SOURCES.txt
src/autolang.egg-info/dependency_links.txt
src/autolang.egg-info/entry_points.txt
src/autolang.egg-info/requires.txt
src/autolang.egg-info/top_level.txt
src/autolang/commands/__init__.py
src/autolang/commands/init.py
src/autolang/commands/sync.py
src/autolang/commands/translate.py
tests/conftest.py
tests/test_translator.py
tests/commands/test_init.py
tests/commands/test_sync.py
tests/commands/test_translate.py