From 50e9ada058c382d50b1f391c14e8ad287080eeb4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 28 Dec 2014 15:15:11 +0100 Subject: [PATCH] remove transifex-client from dev requirements file as it does not work on python 3.4 add a note to docs about transifex-client installation and python version issues. --- docs/project.rst | 8 ++++++++ requirements.d/dev.txt | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/project.rst b/docs/project.rst index 036c44d..0a96e03 100644 --- a/docs/project.rst +++ b/docs/project.rst @@ -27,6 +27,14 @@ Translations are done on Transifex - please collaborate there to avoid double wo https://www.transifex.com/projects/p/nsupdateinfo/ +You need the transifex-client package so you have the tx command: + +:: + + # currently only works on python 2.x, transifex-client github repo has 3.3 support + pip install transifex-client + + Please make sure to configure your notification settings so that you are notified when the translation project is updated (so you can react quickly and keep your translation fresh). diff --git a/requirements.d/dev.txt b/requirements.d/dev.txt index fac85d7..30e958c 100644 --- a/requirements.d/dev.txt +++ b/requirements.d/dev.txt @@ -5,4 +5,3 @@ pytest pytest-django pytest-pep8 Sphinx -transifex-client