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 --- .tx/config | 7 +++++++ doc/manual.txt | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..b93539c --- /dev/null +++ b/.tx/config @@ -0,0 +1,7 @@ +[main] +host = https://www.transifex.net + +[calcurse.calcursepot] +file_filter = po/.po +source_file = po/calcurse.pot +source_lang = en 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