Merge pull request #31433 from marination/translate-footer-items

fix: Translate Footer Items
This commit is contained in:
Marica 2025-02-25 18:40:37 +05:30 committed by GitHub
commit 5bf1bacb27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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