mirror of https://github.com/MidnightCommander/mc
Add maint/sync-transifex/README.txt file
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
650517bba1
commit
ce2f642093
|
@ -0,0 +1,29 @@
|
|||
|
||||
== Pre-requirements ==
|
||||
|
||||
=== List of required apps ===
|
||||
|
||||
* tx (A transifex client. http://help.transifex.com/features/client/#user-client-08-install)
|
||||
* po4a (A tool maintaining translations anywhere. http://alioth.debian.org/projects/po4a/)
|
||||
|
||||
|
||||
=== An artifacts configuration ===
|
||||
|
||||
Put in the ~/.transifexrc file these lines:
|
||||
|
||||
[https://www.transifex.net]
|
||||
hostname = https://www.transifex.net
|
||||
username = YourTxLogin
|
||||
password = YourTxPassword
|
||||
token =
|
||||
|
||||
== Interact with Transifex via scripts ==
|
||||
|
||||
To get all translations from Transifex run:
|
||||
|
||||
find ./ -name '*-fromTransifex.*' -exec {} \;
|
||||
|
||||
To put source files to Transifex run:
|
||||
|
||||
find ./ -name '*-toTransifex.*' -exec {} \;
|
||||
|
Loading…
Reference in New Issue