localization in vue apps working

This commit is contained in:
vabene1111
2021-01-11 22:00:23 +01:00
parent 34028587fc
commit 99f0ab830b
4 changed files with 15 additions and 5 deletions

View File

@@ -14,6 +14,12 @@
{% block script %}
<script src="{% url 'javascript-catalog' %}"></script>
<script>
console.log(gettext('Error'))
</script>
{% render_bundle 'chunk-vendors' %}
{% render_bundle 'recipe_view' %}
{% endblock %}