File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,12 @@ To pull the latest translations from Transifex:
6666 - Follow the installation instructions: [ Transifex CLI Installation] ( https://developers.transifex.com/docs/cli )
6767
68682 . ** Authenticate with Transifex** (if not already configured):
69- - Create a ` .transifexrc ` file in your home directory (` ~/.transifexrc ` ) with your API token:
70- ``` ini
71- [https://www.transifex.com]
72- rest_hostname = https://rest.api.transifex.com
73- token = YOUR_API_TOKEN_HERE
69+ - Set the ` TX_TOKEN ` environment variable with your API token:
70+ ``` sh
71+ export TX_TOKEN=" YOUR_API_TOKEN_HERE"
7472 ```
75- - You can get your API token from your [Transifex account settings](https://www.transifex.com/user/settings/api/)
76- - The CLI will prompt you for an API token if one is not configured
73+ - You can get your API token from [Transifex account settings](https://www.transifex.com/user/settings/api/)
74+ - Add it to ` ~/.zshrc ` or other shell rc file to persist across sessions
7775
78763. ** Pull translations** :
7977 ` ` ` sh
You can’t perform that action at this time.
0 commit comments