From da4e506411acb527e949113298c7c3d000b406ea Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 24 Jul 2023 00:31:19 +0200 Subject: [PATCH] Added install step to trans (#5327) --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 0636d48090..662733170c 100644 --- a/tasks.py +++ b/tasks.py @@ -270,6 +270,7 @@ def translate(c): manage(c, "compilemessages") if node_available(): + frontend_install(c) frontend_trans(c) frontend_build(c)