Skip to content

v1.0.0 — Zero-Config AI Localization for Developers

Choose a tag to compare

@Happy-cyber Happy-cyber released this 08 Apr 08:55
· 9 commits to main since this release

Initial Release

The first production release of ai-translate — zero-config AI localization for developers.

Core Features

  • One commandai-translate does 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

  • --quiet for pass/fail gates
  • --json for pipeline parsing
  • GitHub Actions examples included

Install

pip install ai-translate