--- import { NAVIGATION } from '../site.config'; import ThemeToggle from './ThemeToggle.astro'; import LanguageSwitcher from './LanguageSwitcher.astro'; import { getLangFromUrl, useTranslations, localizePath } from '../utils/i18n'; const lang = getLangFromUrl(Astro.url); const t = await useTranslations(lang); ---