Files
i2p.www/init-new-po.sh
kytv 8c04301165 minor shell script tweaks
- add shebang line and make bourne compatible
- report bugs to trac
2013-01-30 21:57:14 +00:00

10 lines
164 B
Bash
Executable File

#!/bin/sh
. ./translation.vars
if [ $# -ge 1 ]
then
TZ=UTC env/bin/pybabel init -i $POTFILE -d $TRANSDIR -l $1
else
echo "Usage: ./init-new-po.sh lang"
fi