Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Transifex Client config file. #51

Merged
merged 11 commits into from May 10, 2018
Update README.md
  • Loading branch information
zarembsky committed May 10, 2018
commit b3375da57a48975dd7bf2b9a176ef55e984d18e0
@@ -75,8 +75,7 @@ $ npm run docs
```

## Transifex Client
Run Transifex client (tx) in your local synchronized 'develop' branch
Transifex client behavior is determined by .tx/config file in the repo.
Install Transifex client tool:
```sh
# Install Transifex Client (tx)
$ pip install transifex-client
@@ -102,6 +101,8 @@ Enter your API token: <your_Tranisfex_API_token>
Verifying token...
Updating /Users/<your user name>/.transifexrc file...
```
Run Transifex client (tx) at the root of your local synchronized 'develop' branch.
.tx/config file at the root of the repo tells Transifex client the location of the language files.
Use Transifex client as follows:
```sh
# Push changes made to _locales/en/messages.json to Transifex
ProTip! Use n and p to navigate between commits in a pull request.