From 42c2346840a345f8b9fe1f2b2d547c6d380a6c95 Mon Sep 17 00:00:00 2001 From: Okhin <okhin@okhin.fr> Date: Wed, 27 Mar 2019 16:21:14 +0100 Subject: [PATCH] Building translations in the ci/install.sh script --- ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/install.sh b/ci/install.sh index 4bae60c..cced548 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -44,3 +44,5 @@ else esac fi +make messages.pot +make translations -- GitLab