Run translation as part of the update process

This commit is contained in:
Oliver Walters 2022-05-01 22:38:18 +10:00
parent 0a3613476c
commit ef530956a8

View File

@ -236,7 +236,7 @@ def translate(c):
manage(c, "compilemessages")
@task(pre=[install, migrate, translate_stats, static, clean_settings])
@task(pre=[install, migrate, translate, static, clean_settings])
def update(c):
"""
Update InvenTree installation.