1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-30 18:24:29 +01:00
vichan/tools/i18n_update.sh
2015-08-19 19:47:35 -07:00

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