From ce2f6420930a2f17b6292a3fd587b1ca86064ea5 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Fri, 5 Apr 2013 02:44:03 +0300 Subject: [PATCH] Add maint/sync-transifex/README.txt file Signed-off-by: Slava Zanko --- maint/sync-transifex/README.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 maint/sync-transifex/README.txt diff --git a/maint/sync-transifex/README.txt b/maint/sync-transifex/README.txt new file mode 100644 index 000000000..6c7c2560c --- /dev/null +++ b/maint/sync-transifex/README.txt @@ -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 {} \; +