Documentation
README
Bilingual Translator (EN ↔ zh-TW)
Voice-preserving translation between English and Traditional Chinese. Preserves brand tone, audience targeting, and phrase preferences across languages.
Quick start
- CLI:
brand-loom run bilingual --text "Ship it, then iterate." --target-locale zh-TW - Python API:
run_skill("bilingual", "Ship it.", target_locale="zh-TW")
Features
- Voice-preserving rewrite (not word-level translation)
- Supports
preserve_termsto keep brand names, acronyms verbatim - Full
brand_contextsupport (tone, audience, do/avoid phrases) - Returns unchanged if source = target locale
Multi-language support beyond EN/zh-TW (auto-detection, 10+ locales, continuous voice alignment) lives in hosted Neoxra.