Skip to content
Repository Projects

Getting Started

Repository Projects

Connect GitHub, GitLab, or Bitbucket to automate iOS and Android localization with branch rules, pull request checks, and reviewable repository updates.

Repository projects are the default setup for continuous app localization.

Who This Is For

Use repository projects when your team wants localization to run inside the same Git workflow used for app development.

This is usually the best fit when you:

  • Keep iOS or Android localization files in source control.
  • Want localization triggered from matching branches or pull requests.
  • Prefer reviewing localization changes through pull requests instead of downloading files by hand.

Setup Flow

  1. Connect GitHub, GitLab, or Bitbucket.
  2. Select repository and branch.
  3. Choose project preferences such as tone, custom prompt, and rename/stale-key behavior.
  4. Configure repository automation rules if you want automatic push or pull request coverage.
  5. Start initial sync.

What Happens During Sync

A repository sync for app localization typically:

  1. Clones the selected branch.
  2. Detects supported localization files.
  3. Parses base and localized content.
  4. Queues missing or needs-review translations.
  5. Writes normalized output.
  6. Delivers the result through the matching automation path.

This gives you a repeatable path from source changes to review-ready localization updates.

Important Settings

Output

Repository projects can:

  • Open or update localization pull requests for matching branches
  • Check pull requests for missing localization coverage
  • Optionally commit translation changes directly into selected pull request branches
  • Keep repository updates reviewable instead of leaving localization changes in a side workflow

Common Mistakes

  • Connecting the wrong branch and expecting updates from another branch.
  • Assuming repository automation is one global toggle instead of separate push and pull request rules.
  • Forgetting that pull request automation matches the target branch.
  • Mixing large language rollouts with major base-copy changes in one run.
  • Reviewing merged output without checking NeedsReview rows first.