2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Update translation files

This commit is contained in:
Oliver Walters
2020-10-24 22:13:40 +11:00
parent c63a09330f
commit 767ceed698
5 changed files with 2058 additions and 1476 deletions

View File

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