2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +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
InvenTree/locale
de/LC_MESSAGES
en/LC_MESSAGES
es/LC_MESSAGES
tasks.py

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -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