From 30c637d4c58db2dc9c4632186dea818addb953dd Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Fri, 3 Apr 2015 08:16:21 -0400 Subject: [PATCH] Updated Updating Translation (markdown) --- Updating-Translation.md | 6 ------ Updating-Translations.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 Updating-Translation.md create mode 100644 Updating-Translations.md 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