Added install step to trans (#5327)

This commit is contained in:
Matthias Mair 2023-07-24 00:31:19 +02:00 committed by GitHub
parent 9b377ccfbf
commit da4e506411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,6 +270,7 @@ def translate(c):
manage(c, "compilemessages")
if node_available():
frontend_install(c)
frontend_trans(c)
frontend_build(c)