forked from leftypol/leftypol
3 lines
126 B
Bash
Executable file
3 lines
126 B
Bash
Executable file
#!/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
|