I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 10df8e22 authored by str4d's avatar str4d
Browse files

Added scripts to initialize a new language and compile existing .po files

parent 09d02099
No related branches found
No related tags found
No related merge requests found
source ./translation.vars
TZ=UTC env/bin/pybabel compile -d $TRANSDIR
source ./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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment