Merge pull request from SchrodingersGat/no-wrap

Disable wrapping for translation files
This commit is contained in:
Oliver 2021-05-05 17:54:01 +10:00 committed by GitHub
commit ecc9eec084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 4358 additions and 3752 deletions
InvenTree/locale
de/LC_MESSAGES
en/LC_MESSAGES
es/LC_MESSAGES
fr/LC_MESSAGES
it/LC_MESSAGES
ja/LC_MESSAGES
pl/LC_MESSAGES
ru/LC_MESSAGES
tr/LC_MESSAGES
zh/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

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -185,7 +185,7 @@ def translate(c):
"""
# Translate applicable .py / .html / .js files
manage(c, "makemessages --all -e py,html,js")
manage(c, "makemessages --all -e py,html,js --no-wrap")
manage(c, "compilemessages")
path = os.path.join('InvenTree', 'script', 'translation_stats.py')