Update translations from Transifex
[midnight-commander.git] / maint / utils / sync-transifex / README.txt
blob6c7c2560c6223be545617df8395ff7fdec7159f8
2 == Pre-requirements ==
4 === List of required apps ===
6 * tx (A transifex client. http://help.transifex.com/features/client/#user-client-08-install)
7 * po4a (A tool maintaining translations anywhere. http://alioth.debian.org/projects/po4a/)
10 === An artifacts configuration ===
12 Put in the ~/.transifexrc file these lines:
14 [https://www.transifex.net]
15 hostname = https://www.transifex.net
16 username = YourTxLogin
17 password = YourTxPassword
18 token = 
20 == Interact with Transifex via scripts ==
22 To get all translations from Transifex run:
24 find ./ -name '*-fromTransifex.*' -exec {} \;
26 To put source files to Transifex run:
28 find ./ -name '*-toTransifex.*' -exec {} \;