2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-28 22:04:25 +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
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
+1 -1
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