Add token environment variable to tx command

This commit is contained in:
Jeremy Stretch 2024-11-07 08:30:37 -05:00
parent 9fe6286580
commit 7c9ff59894

View File

@ -33,7 +33,7 @@ To download translated strings automatically, you'll need to:
Once you have the client set up, run the following command:
```no-highlight
tx pull
TX_TOKEN=$TOKEN tx pull
```
This will download all portable (`.po`) translation files from Transifex, updating them locally as needed.