LICENSE
README.md
pyproject.toml
deepl_i18n/__init__.py
deepl_i18n/__main__.py
deepl_i18n/cli.py
deepl_i18n/compare.py
deepl_i18n/console.py
deepl_i18n/core.py
deepl_i18n/errors.py
deepl_i18n/formats.py
deepl_i18n/gettext_po.py
deepl_i18n/local.py
deepl_i18n/mcp_server.py
deepl_i18n.egg-info/PKG-INFO
deepl_i18n.egg-info/SOURCES.txt
deepl_i18n.egg-info/dependency_links.txt
deepl_i18n.egg-info/entry_points.txt
deepl_i18n.egg-info/requires.txt
deepl_i18n.egg-info/top_level.txt
deepl_i18n/web/__init__.py
deepl_i18n/web/app.py
deepl_i18n/web/config_store.py
deepl_i18n/web/docs.py
deepl_i18n/web/mcp_status.py
deepl_i18n/web/static/app.css
deepl_i18n/web/static/app.js
deepl_i18n/web/static/mcp.js
deepl_i18n/web/static/settings.js
deepl_i18n/web/static/upload.js
deepl_i18n/web/templates/base.html
deepl_i18n/web/templates/changelog.html
deepl_i18n/web/templates/check.html
deepl_i18n/web/templates/dashboard.html
deepl_i18n/web/templates/docs.html
deepl_i18n/web/templates/error.html
deepl_i18n/web/templates/estimate.html
deepl_i18n/web/templates/mcp.html
deepl_i18n/web/templates/settings.html
deepl_i18n/web/templates/translate_result.html
deepl_i18n/web/templates/translating.html
deepl_i18n/web/templates/upload.html
deepl_i18n/web/templates/upload_estimate.html
tests/test_batch.py
tests/test_check.py
tests/test_cli.py
tests/test_config.py
tests/test_dry_run.py
tests/test_formats.py
tests/test_glossary.py
tests/test_llm.py
tests/test_local_engine.py
tests/test_mcp_tools.py
tests/test_network_failures.py
tests/test_placeholders.py
tests/test_po.py
tests/test_run.py
tests/test_web.py