Files
i2p.www/compile-messages.sh

7 lines
130 B
Bash
Raw Normal View History

#!/bin/sh
. ./translation.vars
for domain in $(ls $BABELCFG); do
TZ=UTC env/bin/pybabel compile -D $domain -d $TRANSDIR
done