Skip to main content
Hyperlocalise Cloud is infrastructure for multilingual content operations. Create a project, then either work in the workspace or connect git and CI.

Cloud workspace

Sign in, create a project, and add source content.

CLI and CI

Install the CLI, store an API key, and sync the repo.

Cloud workspace

Sign in

  1. Go to hyperlocalise.com.
  2. Sign in with the identity provider your team uses.
  3. Select an organization, or create one if you are the first member.

Create a project

  1. Open Projects in the sidebar.
  2. Create a project and give it a name your team will recognize.
  3. Choose the source locale and the target locales you need now. You can add more later.

Add source content

In the project, open Files. For a native Hyperlocalise project:
  1. Click Add files.
  2. Stage JSON, YAML, XLIFF, PO, images, Office files, or other supported formats.
  3. Click Upload.
To pull files from GitHub instead, connect the GitHub App under Integrations. See Integrations.

Review

Open a file from Files to enter CAT, or use Strings when the project supports an all-files queue. See CAT.

CLI and CI

Use this path when source files already live in a repository.
  1. Install the CLI.
  2. In Cloud, create the project as above, then copy the Project ID from project SettingsConnect CLI & CI.
  3. Create an organization key under SettingsAPI Keys. Copy it once. You will not see it again.
  4. Add a hyperlocalise block to i18n.yml and set HYPERLOCALISE_API_KEY in the environment.
  1. Preview, then upload sources:
sync push uploads sources only. It does not create translation jobs. Add a Source upload automation in Cloud, or start work from New Request, when you want generation after upload.
  1. After translations exist in the project, write them back to local paths:
The full key, config, and CI notes are in Connect the CLI.

Next