Quickstart Guide
Get your first project translated in under 5 minutes.
1. Create your first project
- Login to your Translato dashboard.
- Click "New Project".
- Give it a name (e.g.,
My App) and a unique slug. - Select your Source Language (e.g., English) and Target Languages (e.g., German, Spanish, French).
2. Install the CLI
The easiest way to get keys into Translato is using our CLI.
npm install -g translato-cli
3. Push your first keys
Navigate to your project root (where your i18n JSON files are) and run:
translato init
Follow the prompts to connect your project. Then, push your source language keys:
translato push
4. Translate in the Editor
- Go back to the Translato dashboard.
- Open your project and click on a language (e.g., German).
- Type a translation or use the AI Translate button.
- Click "Save".
5. Pull translations back to your code
Once some translations are done, pull them back into your local files:
translato pull
Your local de.json and es.json files are now updated with the new translations!
Next Steps
- Connect your GitHub repository for automated sync.
- Configure your CI/CD pipeline to automate pushes and pulls.
- Learn about Translation Memory to save time.