-
Install the Transifex client
tx
as described at https://docs.transifex.com/client/installing-the-client -
You need an account at https://www.transifex.com/signin/ (login with Github, Google or LinkedIn is supported).
-
Create an API token at https://www.transifex.com/user/settings/api/ and remember it for the next step.
-
Create a file
~/.transifexrc
as described at https://docs.transifex.com/client/client-configuration#section-~-transifexrc . Useapi
as username in this file and your API token from the previous step as password.
Each time you now want to download new translations from https://transifex.com , run this command in the project directory:
./gradlew transifexDownload