Add base transifex-client configuration file.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
ba651cf0a0
commit
5f462f04ed
7
.tx/config
Normal file
7
.tx/config
Normal 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
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user