mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
4 lines
126 B
Bash
4 lines
126 B
Bash
|
#!/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
|