diff --git a/Updating-Translation.md b/Updating-Translation.md deleted file mode 100644 index a472d67..0000000 --- a/Updating-Translation.md +++ /dev/null @@ -1,6 +0,0 @@ -# Install the Transifex Client -``` -pip install transifex-client -``` - -# Upload \ No newline at end of file diff --git a/Updating-Translations.md b/Updating-Translations.md new file mode 100644 index 0000000..bc67f76 --- /dev/null +++ b/Updating-Translations.md @@ -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 +``` \ No newline at end of file