diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-11 10:05:47 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-11 10:05:47 +0200 |
commit | 5f462f04eda4e09b61f5d8ab1df1b87738f438f6 (patch) | |
tree | 4c5c8f99d72dfa6497a0e0bffe70334d0903822b /doc | |
parent | ba651cf0a0e3842029a8982f08c01209534daadf (diff) | |
download | calcurse-5f462f04eda4e09b61f5d8ab1df1b87738f438f6.zip |
Add base transifex-client configuration file.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.txt | 9 |
1 files changed, 4 insertions, 5 deletions
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 |