{{-- Built-in language switcher — renders inline SVG flag links for the languages enabled in the Customizer. Each flag's URL is configurable so this works with any translation plugin (GTranslate, Polylang, WPML) or no plugin at all (you just link to language-specific pages). Two slots use this partial: - topbar (desktop) → @include('partials.lang-switcher') - mobile drawer foot → @include('partials.lang-switcher') The wrapper still carries the `.gtranslate_wrapper` class so that the GTranslate plugin, if configured to use a wrapper selector, can still inject its own dropdown alongside or in place of our flags. Inputs (passed by App composer): $langFlags — array of [code, label, url, svg] for the active flags --}} @if (! empty($langFlags))