feat: add dropdown item to set the app language to the browser's

Just UI, no logic added yet
This commit is contained in:
Francisco
2025-12-29 18:30:57 -05:00
parent 03c6251bcb
commit 908278427f

View File

@@ -203,6 +203,12 @@
</button>
<ul class="dropdown-menu language-menu" aria-labelledby="btnGroupLanguages">
<li>
<a href="" class="dropdown-item">
<span class="{% fa_class 'globe' %}"></span>
<span>{% translate "Browser language" %}</span>
</a>
</li>
{% for language in languages %}
{% language_select language %}
{% endfor %}