From e0071fb470536ce0f38f576d7cd75191e99ed924 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 22 Jun 2019 16:03:35 +0200 Subject: [PATCH] add script to update locales --- update-locales.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 update-locales.sh diff --git a/update-locales.sh b/update-locales.sh new file mode 100755 index 000000000..a357791ff --- /dev/null +++ b/update-locales.sh @@ -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