add script to update locales

This commit is contained in:
Benjamin Dauvergne 2019-06-22 16:03:35 +02:00
parent 751afd6745
commit e0071fb470
1 changed files with 8 additions and 0 deletions

8
update-locales.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
VENV=/tmp/$USER-authentic2-update-locales
virtualenv $VENV
. $VENV/bin/activate
pip install -e .
./getlasso.sh
./authentic2-ctl makemessages
./authentic2-ctl compilemessages