README.txt 666 B

1234567891011121314151617181920212223242526272829
  1. == Pre-requirements ==
  2. === List of required apps ===
  3. * tx (A transifex client. http://help.transifex.com/features/client/#user-client-08-install)
  4. * po4a (A tool maintaining translations anywhere. http://alioth.debian.org/projects/po4a/)
  5. === An artifacts configuration ===
  6. Put in the ~/.transifexrc file these lines:
  7. [https://www.transifex.net]
  8. hostname = https://www.transifex.net
  9. username = YourTxLogin
  10. password = YourTxPassword
  11. token =
  12. == Interact with Transifex via scripts ==
  13. To get all translations from Transifex run:
  14. find ./ -name '*-fromTransifex.*' -exec {} \;
  15. To put source files to Transifex run:
  16. find ./ -name '*-toTransifex.*' -exec {} \;