2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

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

View File

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