From 10c6561f5bf02d0dab75bf209a8f5e5c100482fe Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Wed, 2 May 2018 12:35:23 -0400 Subject: [PATCH] Document how to pull translations --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a3072f32..3778e0378 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`.