fix: Translate Footer Items

This commit is contained in:
marination 2025-02-25 13:22:57 +01:00
parent c229f5a34a
commit 4dcd579b47

View file

@ -3,7 +3,7 @@
{%- if item.icon -%}
<img src="{{ item.icon }}" alt="{{ item.label }}">
{%- else -%}
{{ item.label }}
{{ _(item.label) }}
{%- endif -%}
</a>
{% endmacro %}