Updated Updating Translation (markdown)

Tom Hennen 2015-04-03 08:16:21 -04:00
parent 110b74ae30
commit 30c637d4c5
2 changed files with 18 additions and 6 deletions

@ -1,6 +0,0 @@
# Install the Transifex Client
```
pip install transifex-client
```
# Upload

18
Updating-Translations.md Normal file

@ -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
```