3.3.6 • Published 9 months ago

@mollie/crowdin-cli v3.3.6

Weekly downloads
102
License
MIT
Repository
-
Last release
9 months ago

Crowdin CLI

A little helper to sync messages with Crowdin. It uses @formatjs/cli to extract messages from your application.

Installation

npm install @mollie/crowdin-cli
# or
yarn add @mollie/crowdin-cli

Usage

In your project, create a .env file and add the following environment-variables:

CROWDIN_PERSONAL_ACCESS_TOKEN={your-access-token}
CROWDIN_PROJECT_ID={your-project-id}
CROWDIN_LANGUAGES=nl,en-US,fr,fr-BE # Comma-separated list of languages

In your package.json, add these scripts:

"crowdin:download": "mollie-crowdin download",
"crowdin:upload": "mollie-crowdin upload './src/**/!(*.{d,test})*.ts*'", // Adjust glob-pattern if necessary
"crowdin:delete-branch": "mollie-crowdin delete-branch"

Extract all messages from your application by using:

$ mollie-crowdin collect './src/**/!(*.{d,test})*.ts*'

Crowdin branch name

By default, @mollie/crowdin-cli will create a branch in Crowdin with the same name as the currently checked out branch in Git. It is possible to override this behaviour by passing a --branch-name option (or -b ) to the upload, download and delete-branch commands. For example, the following command will collect and upload messages to a branch named custom-branch-name in Crowdin.

$ mollie-crowdin upload './src/**/!(*.{d,test})*.ts*' --branch-name 'custom-branch-name'

TypeScript

To write the downloaded messages to TypeScript (.ts) files, pass the --typescript flag to the download command.

"crowdin:download": "mollie-crowdin download --typescript"

Development

Install the dependencies:

    nvm install
    yarn install
3.3.6

9 months ago

3.3.1

9 months ago

3.3.0

9 months ago

3.3.4

9 months ago

3.3.3

9 months ago

3.3.2

9 months ago

3.2.5

12 months ago

3.2.4

12 months ago

3.2.2

1 year ago

3.2.3

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.0

2 years ago

2.2.2

2 years ago

2.2.1

2 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago