Automate Localization with Lara CLI

Integrate the world's most reliable translator directly into your terminal and CI/CD pipelines. Seamlessly extract, translate, and sync your app's content across 200+ languages without leaving your workflow.

# 1. Install globally

$ pnpm install -g @translated/lara-cli

# 2. Create a .env file in your project root

LARA_ACCESS_KEY_ID=<YOUR_KEY_ID>

LARA_ACCESS_KEY_SECRET=<YOUR_KEY_SECRET>

# 3. Initialize your project

$ lara-cli init

Built for Developer Workflows

Stop copy-pasting translation files. The Lara CLI handles extraction, API communication, and file merging entirely from your command line.

GitHub Actions Ready

Native support for GitHub Actions. Automate your localization pipeline on every git push or PR creation.

Format Agnostic

Natively parses JSON, PO, MDX, TypeScript, Vue, and Android XML. The appropriate parser is selected based on extension.

Contextual Accuracy

Pass custom instructions or contextual metadata via the CLI to ensure highly accurate, disambiguated translations.

Glossary Enforced

Configure your .lara.yml to strictly enforce brand terminology using your uploaded translation memories.

Frequently Asked Questions