Skip to main content
hyperlocalise helps you generate local translation drafts, optionally sync with your TMS, and track what still needs review.

Who this is for

Use this CLI if you:
  • keep translation files in your repository,
  • want AI-generated drafts as a starting point,
  • want to choose between zero-human workflows and optional human curation in POEditor, Lokalise, or Crowdin.

Core workflow

StageActionWhy it matters
1initScaffold i18n.jsonc and bootstrap defaults.
2Configure i18n configDefine locales, buckets, and LLM/storage settings.
3run --dry-runValidate plan and detect issues before writing drafts.
4runGenerate local draft translations.
5Release from local repoZero-human path when your process allows direct publish from generated outputs.
6 (optional)sync push (experimental)Upload local changes to your TMS for curation workflows.
7 (optional)Curate in TMSHuman review and correction in your translation platform.
8 (optional)sync pull (experimental)Bring curated translations back into the repository.
9statusMeasure completion and unresolved work in either workflow path.

Start in 10 minutes

  1. Installation.
  2. Run quickstart.
  3. Set up your i18n config.

Common next steps