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

Fixes for translation script

This commit is contained in:
Oliver Walters
2020-09-02 23:54:35 +10:00
parent eaec85398f
commit e3d92e1390
5 changed files with 1859 additions and 1578 deletions

View File

@ -162,7 +162,7 @@ def translate(c):
or after adding translations for existing strings.
"""
manage(c, "makemigrations")
manage(c, "makemessages")
manage(c, "compilemessages")
@task