mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-21 14:20:54 +00:00
Run translation as part of the update process
This commit is contained in:
2
tasks.py
2
tasks.py
@ -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.
|
||||
|
Reference in New Issue
Block a user