aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.tx/config7
-rw-r--r--doc/manual.txt9
2 files changed, 11 insertions, 5 deletions
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/<lang>.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