forked from I2P_Developers/i2p.www
there.. done
This commit is contained in:
11
compile-messages-i2hq.sh
Executable file
11
compile-messages-i2hq.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
. ./etc/translation.vars
|
||||||
|
|
||||||
|
if [ $# -ge 1 ]
|
||||||
|
then
|
||||||
|
TZ=UTC pybabel compile -D $1 -d $TRANSDIR
|
||||||
|
else
|
||||||
|
for domain in $(ls $BABELCFG); do
|
||||||
|
TZ=UTC pybabel compile -D $domain -d $TRANSDIR
|
||||||
|
done
|
||||||
|
fi
|
Reference in New Issue
Block a user