.editorconfig
CHANGES.md
CONTRIBUTORS.md
LICENSE.GPL
LICENSE.md
MANIFEST.in
README.md
VERSION
constraints.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/.gitkeep
news/.changelog_template.jinja
news/.gitkeep
scripts/create_site.py
src/collective.translators.egg-info/PKG-INFO
src/collective.translators.egg-info/SOURCES.txt
src/collective.translators.egg-info/dependency_links.txt
src/collective.translators.egg-info/entry_points.txt
src/collective.translators.egg-info/not-zip-safe
src/collective.translators.egg-info/requires.txt
src/collective.translators.egg-info/top_level.txt
src/collective/translators/__init__.py
src/collective/translators/configure.zcml
src/collective/translators/dependencies.zcml
src/collective/translators/interfaces.py
src/collective/translators/permissions.zcml
src/collective/translators/profiles.zcml
src/collective/translators/testing.py
src/collective/translators/aws/__init__.py
src/collective/translators/aws/configure.zcml
src/collective/translators/aws/controlpanel.py
src/collective/translators/aws/utility.py
src/collective/translators/chatgpt/__init__.py
src/collective/translators/chatgpt/configure.zcml
src/collective/translators/chatgpt/controlpanel.py
src/collective/translators/chatgpt/utility.py
src/collective/translators/deepl/__init__.py
src/collective/translators/deepl/configure.zcml
src/collective/translators/deepl/controlpanel.py
src/collective/translators/deepl/utility.py
src/collective/translators/deepseek/__init__.py
src/collective/translators/deepseek/configure.zcml
src/collective/translators/deepseek/controlpanel.py
src/collective/translators/deepseek/utility.py
src/collective/translators/google/__init__.py
src/collective/translators/google/configure.zcml
src/collective/translators/google/controlpanel.py
src/collective/translators/google/utility.py
src/collective/translators/libretranslate/__init__.py
src/collective/translators/libretranslate/configure.zcml
src/collective/translators/libretranslate/controlpanel.py
src/collective/translators/libretranslate/utility.py
src/collective/translators/locales/__init__.py
src/collective/translators/locales/collective.translators.pot
src/collective/translators/locales/update.py
src/collective/translators/locales/update.sh
src/collective/translators/locales/en/LC_MESSAGES/collective.translators.mo
src/collective/translators/locales/en/LC_MESSAGES/collective.translators.po
src/collective/translators/locales/it/LC_MESSAGES/collective.translators.mo
src/collective/translators/locales/it/LC_MESSAGES/collective.translators.po
src/collective/translators/ollama/__init__.py
src/collective/translators/ollama/configure.zcml
src/collective/translators/ollama/controlpanel.py
src/collective/translators/ollama/utility.py
src/collective/translators/profiles/default/browserlayer.xml
src/collective/translators/profiles/default/catalog.xml
src/collective/translators/profiles/default/controlpanel.xml
src/collective/translators/profiles/default/diff_tool.xml
src/collective/translators/profiles/default/metadata.xml
src/collective/translators/profiles/default/repositorytool.xml
src/collective/translators/profiles/default/rolemap.xml
src/collective/translators/profiles/default/types.xml
src/collective/translators/profiles/default/registry/aws.xml
src/collective/translators/profiles/default/registry/chatgpt.xml
src/collective/translators/profiles/default/registry/deepl.xml
src/collective/translators/profiles/default/registry/deepseek.xml
src/collective/translators/profiles/default/registry/google.xml
src/collective/translators/profiles/default/registry/libretranslate.xml
src/collective/translators/profiles/default/registry/ollama.xml
src/collective/translators/profiles/uninstall/browserlayer.xml
src/collective/translators/setuphandlers/__init__.py
src/collective/translators/upgrades/__init__.py
src/collective/translators/upgrades/configure.zcml
tests/conftest.py
tests/setup/test_setup_install.py
tests/setup/test_setup_uninstall.py