Updated Updating Translation (markdown)
parent
110b74ae30
commit
30c637d4c5
|
@ -1,6 +0,0 @@
|
||||||
# Install the Transifex Client
|
|
||||||
```
|
|
||||||
pip install transifex-client
|
|
||||||
```
|
|
||||||
|
|
||||||
# Upload
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Install the Transifex Client
|
||||||
|
```
|
||||||
|
pip install transifex-client
|
||||||
|
```
|
||||||
|
|
||||||
|
# Create .transifexrc
|
||||||
|
Perhaps the best way to do this is to run ```tx init``` in a new directory (unrelated to AntennaPod or it will mess up the .tx/config file). It will prompt you for your Transifex username and password.
|
||||||
|
|
||||||
|
# Upload
|
||||||
|
From the AntennaPod root folder:
|
||||||
|
```
|
||||||
|
tx push -s -t
|
||||||
|
```
|
||||||
|
|
||||||
|
# Download
|
||||||
|
```
|
||||||
|
tx pull -a
|
||||||
|
```
|
Loading…
Reference in New Issue