v1.0.0 — Zero-Config AI Localization for Developers
Initial Release
The first production release of ai-translate — zero-config AI localization for developers.
Core Features
- One command —
ai-translatedoes everything: detect platform, find strings, translate, write files - 6 platforms — Django, Flask, FastAPI, Flutter, Android, iOS
- 5 AI providers — Claude, OpenAI, Gemini, OpenRouter (100+ models), Mistral
- Auto-detection — Platform detected from project structure, provider detected from env vars
- Zero config — No config files, no dashboards, no accounts needed
Translation Engine
- Smart batching with retry logic
- Quality scoring (0-100) for every translation
- Placeholder validation — catches broken format strings
- Full plural support across all platforms
Smart Caching
- Per-project + global cache in
~/.ai-translate/ - Cross-project sharing — translate "Submit" once, reuse everywhere
- Zero project pollution — nothing written to your repo except locale files
CI/CD Ready
--quietfor pass/fail gates--jsonfor pipeline parsing- GitHub Actions examples included
Install
pip install ai-translate