Use turbo-streams for handling updating locale menu in navbar

This commit is contained in:
Jan Böhmer 2026-02-22 21:53:37 +01:00
parent e2b43ba01f
commit 2ba0f2a95d
3 changed files with 16 additions and 39 deletions

View file

@ -159,7 +159,7 @@
<li role="separator" class="dropdown-divider"></li>
<h6 class="dropdown-header">{% trans %}user.language_select{% endtrans %}</h6>
<div id="locale-select-menu">
{# This menu is filled by 'turbo/locale_menu' controller from the _turbo_control.html.twig template, to always have the correct path #}
{# This menu is filled by a turbo-stream in _turbo_contro.html.twig #}
</div>
</ul>
</li>