2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

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

View File

@ -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 %}