{#- Language switcher for the i18n plugin. URLs are locale-agnostic; the service worker serves the correct locale sibling based on the user's preferred locale stored in IndexedDB. Clicking a language option only updates the stored preference and reloads the same URL, so the switcher never needs to know the current path. -#} {% if config.extra.i18n_languages %}
{% set icon = (config.theme.icon.i18n or "material/translate") | validate_icon_name %}
{% endif %}