2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 12:10:59 +00:00

translate the notifications too

This commit is contained in:
Matthias
2022-03-20 00:58:45 +01:00
parent b0e6b6071f
commit 0fa8af6cd8
5 changed files with 7 additions and 3 deletions

View File

@ -77,7 +77,7 @@
<!-- general InvenTree -->
<script type='text/javascript' src="{% static 'script/inventree/inventree.js' %}"></script>
<script type='text/javascript' src="{% static 'script/inventree/notification.js' %}"></script>
<script type='text/javascript' src="{% i18n_static 'notification.js' %}"></script>
{% block body_scripts_inventree %}
{% endblock %}