TransLang — Multi-language text translator — dictionary-based word/phrase translation for English, Spanish, French, German
Multi-language text translator — dictionary-based word/phrase translation for English, Spanish, French, German.
TransLang exists to make this workflow practical. Multi-language text translator — dictionary-based word/phrase translation for english, spanish, french, german. It favours a small, inspectable surface over sprawling configuration.
- Included test suite
- Dedicated documentation folder
- Runtime: Python
- Tooling: Pydantic
The codebase is organised into docs/, src/, tests/. The primary entry points are src/translang/core.py, src/translang/__init__.py.
pip install -e .See the source files and entry points for concrete usage patterns.
TransLang/
├── .env.example
├── CONTRIBUTING.md
├── Makefile
├── README.md
├── docs/
├── pyproject.toml
├── src/
├── tests/