mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
#cd inc/locale; tx pull; cd -
|
|
cd inc/locale; K=`ls`; cd -; for i in $K; do tools/i18n_compile.php -l $i; done
|