Update translations

This commit is contained in:
Oliver Walters 2020-04-23 09:20:25 +10:00
parent 1a0f091e0c
commit d59c6711bb
5 changed files with 2083 additions and 972 deletions
InvenTree
locale
de/LC_MESSAGES
en/LC_MESSAGES
es/LC_MESSAGES
order/templates/order

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

@ -37,6 +37,9 @@ src="{% static 'img/blank_image.png' %}"
<button type='button' class='btn btn-default btn-glyph btn-large' id='edit-order' title='Edit order information'>
<span class='fas fa-edit'></span>
</button>
<button type='button' class='btn btn-default btn-glyph btn-large' id='packing-list' title='{% trans "Packing List" %}'>
<span class='fas fa-clipboard-list'></span>
</button>
</div>
</div>
{% endblock %}