1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-24 23:13:49 +01:00
vichan/tools/i18n_update.sh

4 lines
120 B
Bash
Raw Normal View History

2014-04-22 08:49:40 +02:00
#!/bin/sh
2015-08-19 19:47:35 -07:00
#cd inc/locale; tx pull; cd -
cd inc/locale; K=`ls`; cd -; for i in $K; do tools/i18n_compile.php -l $i; done