Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 783 Bytes

CROWDIN_ADMIN_GUIDE.md

File metadata and controls

34 lines (28 loc) · 783 Bytes

Crowdin Admin Guide

This document describes how to pull & push Crowdin translations via Crowdin CLI.

Setup

  1. Install Crowdin CLI: Crowdin CLI Installation Page.
  2. Get an API token on Crowdin Profile Settings > API Keys.
  3. Copy the example crowdin.yml config file:
cp crowdin.yml.example crowdin.yml
  1. Fill in your API token in your crowdin.yml config file:
#
# Your Crowdin credentials
#
'project_id': '453244'
'api_token': '<YOUR_CROWDIN_API_TOKEN_HERE>' # <--- HERE
'base_path': './src/locales'
'base_url': 'https://api.crowdin.com'

Usage

To pull new translations, do:

crowdin pull

Likewise, to push translations:

crowdin push