Add base transifex-client configuration file.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-04-11 10:05:47 +02:00
parent ba651cf0a0
commit 5f462f04ed
2 changed files with 11 additions and 5 deletions

7
.tx/config Normal file
View File

@ -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

View File

@ -1057,13 +1057,12 @@ $ easy_install -U transifex-client
Alternatively, you can get the source code of transifex-client at Alternatively, you can get the source code of transifex-client at
http://pypi.python.org/pypi/transifex-client. http://pypi.python.org/pypi/transifex-client.
After you downloaded and installed the client, run the following commands to After you downloaded and installed the client, run the following commands in
checkout the translation resources of *calcurse*: the calcurse source directory to checkout the translation resources of
*calcurse*:
---- ----
$ tx init --host=https://www.transifex.net $ tx pull -a
$ tx set --auto-remote https://www.transifex.net/projects/p/calcurse
$ tx pull -r calcurse.calcursepot -a
---- ----
To submit changes back to the server, you can use `tx push` (check `tx help To submit changes back to the server, you can use `tx push` (check `tx help