update locales from transifex

This commit is contained in:
czaks 2014-04-22 08:49:40 +02:00
parent 30eac1703a
commit 31185ab4c9
31 changed files with 1553 additions and 319 deletions

3
tools/i18n_update.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
cd inc/locale; tx pull; cd -
cd inc/locale; K=`ls -d *_*`; cd -; for i in $K; do tools/i18n_compile.php -l $i; done