Document how to pull translations
This commit is contained in:
parent
c754722867
commit
10c6561f5b
1 changed files with 9 additions and 0 deletions
|
@ -258,5 +258,14 @@ yarn build-release
|
|||
|
||||
Then, run the tests using `grunt test-release:osx --dir=release`, replacing `osx` with `linux` or `win` depending on your platform.
|
||||
|
||||
## Translations
|
||||
|
||||
To pull the latest translations, follow these steps:
|
||||
|
||||
1. Download Transifex client:
|
||||
https://docs.transifex.com/client/installing-the-client
|
||||
1. Create Transifex account: https://transifex.com
|
||||
1. Generate API token: https://www.transifex.com/user/settings/api/
|
||||
1. Create `~/.transifexrc` configuration:
|
||||
https://docs.transifex.com/client/client-configuration#-transifexrc
|
||||
1. Run `yarn grunt tx`.
|
||||
|
|
Loading…
Add table
Reference in a new issue