From 5f462f04eda4e09b61f5d8ab1df1b87738f438f6 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 11 Apr 2011 10:05:47 +0200 Subject: Add base transifex-client configuration file. Signed-off-by: Lukas Fleischer --- doc/manual.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/manual.txt b/doc/manual.txt index 9ed4c56..071f1ff 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -1057,13 +1057,12 @@ $ easy_install -U transifex-client Alternatively, you can get the source code of transifex-client at http://pypi.python.org/pypi/transifex-client. -After you downloaded and installed the client, run the following commands to -checkout the translation resources of *calcurse*: +After you downloaded and installed the client, run the following commands in +the calcurse source directory to checkout the translation resources of +*calcurse*: ---- -$ tx init --host=https://www.transifex.net -$ tx set --auto-remote https://www.transifex.net/projects/p/calcurse -$ tx pull -r calcurse.calcursepot -a +$ tx pull -a ---- To submit changes back to the server, you can use `tx push` (check `tx help -- cgit v1.2.3-54-g00ecf