mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update translation files
This commit is contained in:
parent
c63a09330f
commit
767ceed698
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
3
tasks.py
3
tasks.py
@ -171,7 +171,8 @@ def translate(c):
|
|||||||
or after adding translations for existing strings.
|
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")
|
manage(c, "compilemessages")
|
||||||
|
|
||||||
@task
|
@task
|
||||||
|
Loading…
Reference in New Issue
Block a user