Updating for new transifex release
parent
36d7c1ab1a
commit
289995f7b8
|
@ -10,4 +10,4 @@ coverage==3.7.1
|
||||||
coveralls==0.4.2
|
coveralls==0.4.2
|
||||||
django-slowdown==0.0.1
|
django-slowdown==0.0.1
|
||||||
|
|
||||||
transifex-client==0.11.1b0
|
transifex-client==0.11.1.beta
|
||||||
|
|
|
@ -213,7 +213,7 @@ You need transifex-client, install it.
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
$ pip install --upgrade transifex-client==0.11.1b0
|
$ pip install --upgrade transifex-client==0.11.1.beta
|
||||||
|
|
||||||
2. Create ~/.transifexrc file:
|
2. Create ~/.transifexrc file:
|
||||||
|
|
||||||
|
@ -221,6 +221,7 @@ You need transifex-client, install it.
|
||||||
|
|
||||||
[https://www.transifex.com]
|
[https://www.transifex.com]
|
||||||
hostname = https://www.transifex.com
|
hostname = https://www.transifex.com
|
||||||
|
token =
|
||||||
username = <YOUR_USERNAME>
|
username = <YOUR_USERNAME>
|
||||||
password = <YOUR_PASSWOR>
|
password = <YOUR_PASSWOR>
|
||||||
""")
|
""")
|
||||||
|
|
Loading…
Reference in New Issue