Skip to content
v0.9.13

Translation Engines

LocaleKit supports multiple translation engines. Choose based on your needs:

Comparison

EngineTypeEuropeanAsianContextSpeedAPI Key
DeepLCloud★★★★★★★★☆☆★★★☆☆2.5 req/sDEEPL_API_KEY
OpenAICloud★★★★★★★★★★★★★★20 req/sOPENAI_API_KEY
MLXOn-device★★★★★★★★★★★★0.5 req/s

DeepL

Best for European languages. Fast batch processing (50 keys/batch). Requires a paid API key.

bash
export DEEPL_API_KEY="your-key"
localekit translate --engine deepl

OpenAI

Best context awareness — understands UI strings, placeholders, and tone. Fast batch processing (50 keys/batch). Supports all languages GPT supports.

bash
export OPENAI_API_KEY="your-key"
localekit translate --engine openai

MLX

Runs entirely on your Mac using Apple Silicon. No API key, no cloud, no cost. Models download automatically on first use and are cached at ~/Library/Caches/huggingface/.

bash
localekit translate --engine mlx
# Or specify a model:
localekit translate --engine mlx --mlx-model mlx-community/Qwen3-8B-4bit

LocaleKit CLI 0.9.13 · Built by Hexagone Studio