Add the hint-files synchronization with Transifex.
commit389b55ae6fc87a3609751692a3e8c1552e9c33d2
authorSlava Zanko <slavazanko@gmail.com>
Tue, 26 Mar 2013 21:57:29 +0000 (27 00:57 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Tue, 2 Apr 2013 08:24:16 +0000 (2 11:24 +0300)
treebecf74206e395357bc3bfc684972150652cbf18f
parent4404af92c0eceaff11e0829adb150a2b27858ee9
Add the hint-files synchronization with Transifex.

For upload English hint-file to transifex, type:
cd doc/hints/po && make to-transifex

For download translation from Transifex type:
cd doc/hints/po && make from-transifex && \
    git add ../l10n/mc.hints.* && \
    git commit -s -m 'Update hints files from Transifex'

WARNING! For the functionality you should have installed 'tx' and 'po4a'
utilities. These utilities isn't required for compile and install mc
(you may install these utilities only if you want to interact with Transifex).

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
58 files changed:
acinclude.m4
configure.ac
doc/hints/Makefile.am
doc/hints/l10n/Makefile.am [new file with mode: 0644]
doc/hints/l10n/README.txt [new file with mode: 0644]
doc/hints/l10n/mc.hint.az [new file with mode: 0644]
doc/hints/l10n/mc.hint.be [new file with mode: 0644]
doc/hints/l10n/mc.hint.bg [new file with mode: 0644]
doc/hints/l10n/mc.hint.ca [new file with mode: 0644]
doc/hints/l10n/mc.hint.cs [moved from doc/hints/mc.hint.cs with 88% similarity]
doc/hints/l10n/mc.hint.da [new file with mode: 0644]
doc/hints/l10n/mc.hint.de [new file with mode: 0644]
doc/hints/l10n/mc.hint.de_CH [new file with mode: 0644]
doc/hints/l10n/mc.hint.el [new file with mode: 0644]
doc/hints/l10n/mc.hint.eo [new file with mode: 0644]
doc/hints/l10n/mc.hint.es [new file with mode: 0644]
doc/hints/l10n/mc.hint.eu [new file with mode: 0644]
doc/hints/l10n/mc.hint.fa [new file with mode: 0644]
doc/hints/l10n/mc.hint.fi [new file with mode: 0644]
doc/hints/l10n/mc.hint.fi_FI [new file with mode: 0644]
doc/hints/l10n/mc.hint.fr [new file with mode: 0644]
doc/hints/l10n/mc.hint.gl [new file with mode: 0644]
doc/hints/l10n/mc.hint.hr [new file with mode: 0644]
doc/hints/l10n/mc.hint.hu [moved from doc/hints/mc.hint.hu with 79% similarity]
doc/hints/l10n/mc.hint.ia [new file with mode: 0644]
doc/hints/l10n/mc.hint.id [new file with mode: 0644]
doc/hints/l10n/mc.hint.it [new file with mode: 0644]
doc/hints/l10n/mc.hint.it_IT [moved from doc/hints/mc.hint.it with 83% similarity]
doc/hints/l10n/mc.hint.ja [new file with mode: 0644]
doc/hints/l10n/mc.hint.ka [new file with mode: 0644]
doc/hints/l10n/mc.hint.ko [new file with mode: 0644]
doc/hints/l10n/mc.hint.lt [new file with mode: 0644]
doc/hints/l10n/mc.hint.nl [moved from doc/hints/mc.hint.nl with 79% similarity]
doc/hints/l10n/mc.hint.pl [moved from doc/hints/mc.hint.pl with 76% similarity]
doc/hints/l10n/mc.hint.pt [new file with mode: 0644]
doc/hints/l10n/mc.hint.pt_BR [new file with mode: 0644]
doc/hints/l10n/mc.hint.ro [new file with mode: 0644]
doc/hints/l10n/mc.hint.ru [moved from doc/hints/mc.hint.ru with 66% similarity]
doc/hints/l10n/mc.hint.sk [new file with mode: 0644]
doc/hints/l10n/mc.hint.sl [new file with mode: 0644]
doc/hints/l10n/mc.hint.sr [new file with mode: 0644]
doc/hints/l10n/mc.hint.sv [new file with mode: 0644]
doc/hints/l10n/mc.hint.sv_SE [new file with mode: 0644]
doc/hints/l10n/mc.hint.tr [new file with mode: 0644]
doc/hints/l10n/mc.hint.uk [new file with mode: 0644]
doc/hints/l10n/mc.hint.zh [copied from doc/hints/mc.hint.zh with 100% similarity]
doc/hints/l10n/mc.hint.zh_CN [moved from doc/hints/mc.hint.zh with 94% similarity]
doc/hints/mc.hint.es [deleted file]
doc/hints/mc.hint.sr [deleted file]
doc/hints/mc.hint.uk [deleted file]
m4.include/mc-i18n.m4 [new file with mode: 0644]
maint/sync-transifex/.gitignore [new file with mode: 0644]
maint/sync-transifex/config.d/mc.hint/po4a.cfg [new file with mode: 0644]
maint/sync-transifex/config.d/mc.hint/tx.config [new file with mode: 0644]
maint/sync-transifex/functions [new file with mode: 0644]
maint/sync-transifex/mc.hint-fromTransifex.sh [copied from maint/template.shell with 63% similarity, mode: 0755]
maint/sync-transifex/mc.hint-toTransifex.sh [copied from maint/template.shell with 69% similarity, mode: 0755]
maint/template.shell