authentic/update-locales.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
184 B
Bash
Raw Normal View History

2019-06-22 16:03:35 +02:00
#!/bin/sh
VENV=/tmp/$USER-authentic2-update-locales
virtualenv $VENV
. $VENV/bin/activate
pip install -e .
./getlasso.sh
./authentic2-ctl makemessages
./authentic2-ctl compilemessages