From 91b82d014a8aec0b945455b56f7e120f5d1bc583 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 27 Jul 2021 10:09:09 +0200 Subject: [PATCH 1/2] misc: tell makemessages not to add line numbers --- update-locales.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-locales.sh b/update-locales.sh index a357791f..cb638ef4 100755 --- a/update-locales.sh +++ b/update-locales.sh @@ -4,5 +4,5 @@ virtualenv $VENV . $VENV/bin/activate pip install -e . ./getlasso.sh -./authentic2-ctl makemessages +./authentic2-ctl makemessages --add-location file ./authentic2-ctl compilemessages -- 2.20.1