2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Update translation files

This commit is contained in:
Oliver Walters
2020-10-28 18:13:19 +11:00
parent 5e70d8df7e
commit d272eec384
4 changed files with 4237 additions and 4234 deletions

View File

@ -171,7 +171,7 @@ def translate(c):
or after adding translations for existing strings.
"""
manage(c, "makemessages")
manage(c, "makemessages -e html -e py -e js")
manage(c, "compilemessages")
@task