Yury V. Zaytsev 9d8c780934 maint: fix hint file processing 6 years ago
..
config.d f8bdfcc21c Get ru.po from Transifex. 9 years ago
.gitignore 1c6d859629 Reorder files in maint/ subdirectory. 11 years ago
README.txt 1c6d859629 Reorder files in maint/ subdirectory. 11 years ago
functions af99dafd77 Fix for running TR-utilities under source root 11 years ago
mc.hint-fromTransifex.sh 9d8c780934 maint: fix hint file processing 6 years ago
mc.hint-toTransifex.sh 68edfcb47b sync-transifex: fix pathes for calculating MC source root 11 years ago
po-fromTransifex.sh 68edfcb47b sync-transifex: fix pathes for calculating MC source root 11 years ago
po-toTransifex.sh 1c6d859629 Reorder files in maint/ subdirectory. 11 years ago

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 {} \;