Installation Guide

This guide will walk you through the process of setting up GoTranslate for your organization.

Prerequisites

Before you begin, ensure you have the following:

  • A GoTranslate account (Sign up here)
  • API Key (Available in your dashboard)

Installing the CLI

The easiest way to interact with GoTranslate is via our CLI tool.

npm install -g @gotranslate/cli

Initializing a Project

Navigate to your project root and run:

gotranslate init

Follow the interactive prompts to configure your source language and target languages.

Syncing Translations

To push your source keys to GoTranslate:

gotranslate push

To pull the latest translations back to your project:

gotranslate pull

Next Steps

Learn how to configure your project in depth in the Configuration section.