mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
99ffdd5d1b
Signed-off-by: Slava Zanko <slavazanko@gmail.com> |
||
---|---|---|
.. | ||
config.d | ||
.gitignore | ||
functions | ||
mc.hint-fromTransifex.sh | ||
mc.hint-toTransifex.sh | ||
po-fromTransifex.sh | ||
po-toTransifex.sh | ||
README.txt |
== 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 {} \;